pbs/scripts/build.sh

6 lines
191 B
Bash
Raw Normal View History

mkdir -p bin lib
echo '#!/usr/bin/env node' > bin/pert
coffee -b -c --no-header -p src/pert-cli.coffee >> bin/pert
chmod +x bin/pert
coffee -b -c --no-header -p src/pert.coffee > lib/pert.js