Mercurial > hg > paul
comparison bin/fromS @ 0:2aa53823fb21
new repo
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Sat, 06 Jun 2026 10:19:04 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:2aa53823fb21 |
|---|---|
| 1 #!/bin/sh | |
| 2 ff= | |
| 3 dest=. | |
| 4 if [ "x$2" = "x" ] | |
| 5 then | |
| 6 ff=snco_snco@ssh.phx.nearlyfreespeech.net:$1 | |
| 7 else | |
| 8 while [ "x$2" != "x" ] | |
| 9 do | |
| 10 ff="$ff snco_snco@ssh.phx.nearlyfreespeech.net:$1" | |
| 11 shift | |
| 12 done | |
| 13 dest=$1 | |
| 14 fi | |
| 15 echo scp $ff $dest | |
| 16 scp $ff $dest |
