We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3257d6 commit 745d440Copy full SHA for 745d440
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