summaryrefslogtreecommitdiffstats
path: root/ssh-mount.sh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-02-24 19:46:00 +0100
committerFlorian Pritz <f-p@gmx.at>2009-02-24 19:46:00 +0100
commitf129bf7a7bad968939838d8efbd7cd878cf58257 (patch)
tree71f5e73f3fcca73e50fafc1b4f647f7bd3f402fb /ssh-mount.sh
parentc77adbb09670a5261b317a4cdfa41255019e896b (diff)
downloadbin-f129bf7a7bad968939838d8efbd7cd878cf58257.tar.gz
bin-f129bf7a7bad968939838d8efbd7cd878cf58257.tar.xz
standardized file headers and added COPYING
Diffstat (limited to 'ssh-mount.sh')
-rwxr-xr-xssh-mount.sh14
1 files changed, 13 insertions, 1 deletions
diff --git a/ssh-mount.sh b/ssh-mount.sh
index 4c8cb30..03bfc74 100755
--- a/ssh-mount.sh
+++ b/ssh-mount.sh
@@ -1,5 +1,17 @@
#!/bin/sh
-
+#----------------------------------------------------
+# File: ssh-mount.sh
+# Version: 0.1.0
+# Author: Florian "Bluewind" Pritz <f-p@gmx.at>
+#
+# Copyright (C) 2008-2009 Florian Pritz
+#
+# Licensed under GNU General Public License v3
+# (see COPYING for full license text)
+#
+#----------------------------------------------------
+# Easier mount remote folders over ssh
+#----------------------------------------------------
if [ "$1" = "" ] || [ "$1" = "-h" ]; then
echo -e "${blue}Usage:$NC ssh-mount <server>";
echo -e "${green}Servers:$NC wf, nevera-web, nevera-flo, df";