1 2 3 4 5 6 7 8 9
#!/usr/bin/env bash set -e set -u this_dir="$(dirname "${BASH_SOURCE[0]}")" this_name="${BASH_SOURCE[0]##*/}" exec "$this_dir/../node_modules/.bin/$this_name" "$@"