mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-02 20:44:11 +01:00
8 lines
205 B
Groff
8 lines
205 B
Groff
|
#!/bin/sh
|
||
|
|
||
|
# scp $@ teastep@shorewall.sourceforge.net:/home/groups/s/sh/shorewall/htdocs/images
|
||
|
scp -p $@ webadmin@mail.shorewall.net:/srv/www/html/4.4/images
|
||
|
# cp -pf $@ /home/teastep/Shorewall-docs
|
||
|
|
||
|
|