9front - general discussion about 9front
 help / color / mirror / Atom feed
From: unobe@cpan.org
To: 9front@9front.org
Subject: Re: [9front] /lib/dict: improve downloading scripts
Date: Thu, 20 Apr 2023 23:27:46 -0700	[thread overview]
Message-ID: <5B73FBA3A7ABB304B5A4BCC0E73DBC9E@smtp.pobox.com> (raw)
In-Reply-To: <89da55e6-d896-8369-2d3b-929695621a55@riseup.net>

Any reason why this wasn't committed?  Seems like an improvement to
me.

Quoth mkf9 <mkf9@riseup.net>:
> It's easier now since you can do
> % cd /lib/dict ; rc *
> instead of selecting and sending.
> 
> diff 7aa8c6d47ede0a8d419ba0c9695933f67f01ffda uncommitted
> --- a/lib/dict/README.pgw
> +++ /tmp/diff100000015484
> @@ -1,7 +1,0 @@
> -To get the Project Gutenberg dictionary use
> -
> -	9fs sources
> -	cp /n/sources/extra/pgw.tar.bz2 /tmp
> -	cd /lib/dict
> -	bunzip2 < /tmp/pgw.tar.bz2 | tar x
> -
> --- a/lib/dict/README.roget
> +++ /tmp/diff100000015487
> @@ -1,5 +1,0 @@
> -To get the Project Gutenberg Roget's thesaurus use
> -
> -	9fs sources
> -	cp /n/sources/extra/roget/* /lib/dict
> -
> --- /tmp/diff100000015490
> +++ b/lib/dict/pgw.rc
> @@ -1,0 +1,6 @@
> +#!/bin/rc
> +# Project Gutenberg dictionary
> +9fs sources
> +cd /lib/dict
> +bunzip2 < /n/sources/extra/pgw.tar.bz2 | tar x
> +
> --- /tmp/diff100000015494
> +++ b/lib/dict/roget.rc
> @@ -1,0 +1,5 @@
> +#!/bin/rc
> +# Project Gutenberg Roget's thesaurus
> +9fs sources
> +fcp /n/sources/extra/roget/* /lib/dict
> +


  reply	other threads:[~2023-04-21  6:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-13 20:27 mkf9
2023-04-21  6:27 ` unobe [this message]
2023-04-24 18:55   ` qwx

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5B73FBA3A7ABB304B5A4BCC0E73DBC9E@smtp.pobox.com \
    --to=unobe@cpan.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).