pulsar/script/build
2013-06-20 17:15:53 -07:00

8 lines
75 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")/.."
./node_modules/.bin/grunt "$@"