diff options
Diffstat (limited to 'fsmaker')
-rwxr-xr-x | fsmaker | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" "$@" |