1 2 3 4 5 6 7 8 9
#!/usr/bin/env bash path="$(dirname $1)" file="$(basename $1)" shift cd "$path" exec /node-v8.0.0-linux-x64/bin/node "$file" "$@"