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