gdr-img 80 B

12345
  1. #!/bin/sh
  2. for f in $@; do
  3. scp $f rosencrantz:/srv/http/gdr/www/imgs/.
  4. done