diff options
Diffstat (limited to 'bin/tmp')
-rwxr-xr-x | bin/tmp | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -16,6 +16,21 @@ help() { Options: -d delete the remote "tmp/" folder -h, --help show this message + + + Copies a file to the public server. + + + Examples: + + Copy f.txt: + + $ tmp f.txt + + + Cleanup the $REMOTE: + + $ tmp -d EOF } |