We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc86bb7 + 745d440 commit fa9b3d1Copy full SHA for fa9b3d1
build/run-standalone.sh
@@ -1,6 +1,6 @@
1
-#/bin/bash
+#!/bin/bash
2
3
trapIt () { "$@"& pid="$!"; trap "kill -INT $pid" INT TERM; while kill -0 $pid > /dev/null 2>&1; do wait $pid; ec="$?"; done; exit $ec;};
4
5
ARGS='--port 80'
6
-trapIt /ppm/vendor/bin/ppm start --ansi $ARGS $@
+trapIt /ppm/vendor/bin/ppm start --ansi $ARGS $@
0 commit comments