mirror of
https://github.com/fazo96/pbs.git
synced 2025-02-17 17:24:19 +01:00
5 lines
125 B
Bash
5 lines
125 B
Bash
|
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
|