gdr-img loops through arguments
Getty Ritter
8 years ago
1 changed file(s) with
3 addition(s)
and
1 deletion(s)
.
Collapse all
Expand all
+3
-1
scripts/gdr-img
less
more
1
1
#!/bin/sh
2
2
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