1 2 3 4 5 6 7
#!/bin/sh cd $(dirname $0) >/dev/null SCRIPT_DIR=$(pwd) cd - >/dev/null python2.7 "$SCRIPT_DIR/tools/fsmaker/sh.py" "$@"