gdritter repos GRUtils / e24cc7b
gdr-img loops through arguments Getty Ritter 7 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Collapse all Expand all
11 #!/bin/sh
22
3 scp $1 rosencrantz:/srv/http/gdr/www/imgs/.
3 for f in $@; do
4 scp $f rosencrantz:/srv/http/gdr/www/imgs/.
5 done