This commit is contained in:
Stephen Franceschelli
2019-07-15 11:41:38 -04:00
parent f26956e368
commit 9098200950
7043 changed files with 0 additions and 1866383 deletions

15
node_modules/.bin/run-node generated vendored
View File

@@ -1,15 +0,0 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/bash" ]; then
"$basedir/bash" "$basedir/../run-node/run-node" "$@"
ret=$?
else
bash "$basedir/../run-node/run-node" "$@"
ret=$?
fi
exit $ret