shell script for running supervisor with nodebb for development

v1.18.x
psychobunny 12 years ago
parent e5a6d1bf8b
commit a085b7eb0a

@ -0,0 +1,4 @@
#!/bin/bash
clear
echo "Launching NodeBB"
supervisor --extensions 'node|js|tpl' app
Loading…
Cancel
Save