1
0
mirror of https://github.com/fazo96/pbs.git synced 2025-01-29 14:54:18 +01:00
pbs/build.sh
2015-03-13 11:56:27 +01:00

5 lines
125 B
Bash
Executable File

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