mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
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
|
||
|
|
||
|
|