Not all OSs have bash at /bin (FreeBSD has it in /usr/local/bin).
@@ -1,2 +1,2 @@
-#!/bin/bash
+#!/bin/sh
node `dirname $0`/../cli/support/amber-cli.js $@
node `dirname $0`/../cli/support/amberc-cli.js $@