You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
api.sh.gz: api.sh
|
|
gzip -9 --keep api.sh
|
|
chmod 644 api.sh.gz
|
|
scp api.sh.gz ssd:eloyd/
|
|
|
|
nagios:
|
|
gzip -9 --keep nlog
|
|
scp nlog root@192.168.1.19:/usr/local/bin/nlog
|