mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
clear
|
|
echo "Launching NodeBB"
|
|
supervisor --extensions 'node|js|tpl' -- app $1 |