aboutsummaryrefslogtreecommitdiff
path: root/fsmaker
diff options
context:
space:
mode:
Diffstat (limited to 'fsmaker')
-rwxr-xr-xfsmaker7
1 files changed, 7 insertions, 0 deletions
diff --git a/fsmaker b/fsmaker
new file mode 100755
index 0000000..6c814bf
--- /dev/null
+++ b/fsmaker
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+cd $(dirname $0) >/dev/null
+SCRIPT_DIR=$(pwd)
+cd - >/dev/null
+
+python2.7 "$SCRIPT_DIR/tools/fsmaker/sh.py" "$@"