view 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 source

#!/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