web3d / supervisor.sh
Julien Chaumond
Egg (.obj)
11526b7
raw
history blame
No virus
109 Bytes
#!/bin/bash
./post-compile.sh
fswatch -o dist/*.js | xargs -n 1 './post-compile.sh' &
php -S localhost:8000