mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 20:24:09 +01:00
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# scp $@ teastep@shorewall.sourceforge.net:/home/groups/s/sh/shorewall/htdocs/images
|
||
|
scp -p $@ root@mail:/srv/www/html/images
|
||
|
# cp -pf $@ /home/teastep/Shorewall-docs
|
||
|
|
||
|
|