1
0

Initial commit

This commit is contained in:
2013-03-21 01:54:15 +01:00
commit 8c8798b036
86 changed files with 1864 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
if [ -z "$1" ]; then
echo "Syntax: $0 <mountpoint> [-z]"
exit 0;
fi
fusermount -u "`readlink -f "$1"`" $2