Mercurial > hg > paul
diff bin/fromL @ 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/fromL Sat Jun 06 10:19:04 2026 +0100 @@ -0,0 +1,16 @@ +#!/bin/sh +ff= +dest=. +if [ "x$2" = "x" ] + then + ff=llc@hppllc.org:$1 + else + while [ "x$2" != "x" ] + do + ff="$ff llc@hppllc.org:$1" + shift + done + dest=$1 +fi +echo scp $ff $dest +scp $ff $dest
