forked from extern/shorewall_code
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# scp $@ teastep@shorewall.sourceforge.net:/home/groups/s/sh/shorewall/htdocs
|
||
|
scp $@ root@mail:/var/www/html/images
|
||
|
|
||
|
|