aboutsummaryrefslogtreecommitdiff
path: root/bin/tmp
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-08-13 13:17:45 -0300
committerEuAndreh <eu@euandre.org>2022-08-13 13:17:45 -0300
commita2324725adab4fda610d39eb21d8d28bdf8f35ba (patch)
treeb8d770e51d7e0703020cfd6862e890b717bcb23e /bin/tmp
parentbin/player: Add working utility (diff)
downloaddotfiles-a2324725adab4fda610d39eb21d8d28bdf8f35ba.tar.gz
dotfiles-a2324725adab4fda610d39eb21d8d28bdf8f35ba.tar.xz
bin/: Add examples to help strings
Diffstat (limited to 'bin/tmp')
-rwxr-xr-xbin/tmp15
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/tmp b/bin/tmp
index e2d16b7..2dc0b48 100755
--- a/bin/tmp
+++ b/bin/tmp
@@ -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
}