From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 7b7094ec for ; Sat, 22 Feb 2020 22:13:19 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 882049CB7E; Sun, 23 Feb 2020 08:13:18 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 0AEE59B929; Sun, 23 Feb 2020 08:12:52 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 629F89B929; Sun, 23 Feb 2020 08:12:49 +1000 (AEST) Received: from mail.bitblocks.com (ns1.bitblocks.com [173.228.5.8]) by minnie.tuhs.org (Postfix) with ESMTP id 1463393D74 for ; Sun, 23 Feb 2020 08:12:49 +1000 (AEST) Received: from bitblocks.com (localhost [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id AAEFD156E411; Sat, 22 Feb 2020 14:12:34 -0800 (PST) To: Dave Horsfall In-reply-to: Your message of "Sun, 23 Feb 2020 07:34:44 +1100." References: <20200221212906.GA12694@minnie.tuhs.org> Comments: In-reply-to Dave Horsfall message dated "Sun, 23 Feb 2020 07:34:44 +1100." From: Bakul Shah MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <31121.1582409554.1@bitblocks.com> Content-Transfer-Encoding: 8bit Date: Sat, 22 Feb 2020 14:12:34 -0800 Message-Id: <20200222221241.AAEFD156E411@mail.bitblocks.com> Subject: Re: [TUHS] Crabs X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: The Eunuchs Hysterical Society Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Sun, 23 Feb 2020 07:34:44 +1100 Dave Horsfall wrote: > > On Sat, 22 Feb 2020, Rodrigo G. López wrote: > > > here is the source for a working plan 9 version: > > http://www.9front.org/extra/crabs.tgz > > fun to watch. > > Thanks; I don't have Plan 9, but the source ought to be interesting. You can run it under plan9ports. git clone https://github.com/9fans/plan9port.git cd plan9ports ./INSTALL # You may have to setenv PLAN9 to the above dir. I am not sure. tar xf crabs.tgz cd crabs # fix an unnamed parameter ed crabs.c <