mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-07 08:02:50 +01:00
5 lines
84 B
Bash
5 lines
84 B
Bash
#!/bin/bash
|
|
clear
|
|
echo "Launching NodeBB"
|
|
supervisor --extensions 'node|js|tpl' app
|