Mercurial > hg > paul
view bin/toS @ 0:2aa53823fb21
new repo
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Sat, 06 Jun 2026 10:19:04 +0100 |
| parents | |
| children |
line wrap: on
line source
#!/bin/bash ff= if [ "x$2" = "x" ] then dest=snco_snco@ssh.phx.nearlyfreespeech.net: ff="'$1'" else while [ $# != 1 ] do ff="$ff '$1'" shift done dest="'snco_snco@ssh.phx.nearlyfreespeech.net:$1'" fi echo scp $ff $dest sh -c "scp $ff $dest"
