Skip to content

Commit

Permalink
Merge pull request #9 from ssipos90/master
Browse files Browse the repository at this point in the history
Fix shebang line
  • Loading branch information
marcj authored Mar 22, 2018
2 parents dc86bb7 + 745d440 commit fa9b3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/run-standalone.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/bin/bash
#!/bin/bash

trapIt () { "$@"& pid="$!"; trap "kill -INT $pid" INT TERM; while kill -0 $pid > /dev/null 2>&1; do wait $pid; ec="$?"; done; exit $ec;};

ARGS='--port 80'
trapIt /ppm/vendor/bin/ppm start --ansi $ARGS $@
trapIt /ppm/vendor/bin/ppm start --ansi $ARGS $@

0 comments on commit fa9b3d1

Please sign in to comment.