mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
clear
|
||
|
|
echo "Launching NodeBB"
|
||
|
|
supervisor --extensions 'node|js|tpl' app
|