mirror of
https://git.femboyfinancial.jp/james/FemScoreboard.git
synced 2024-11-21 10:12:02 -08:00
5 lines
57 B
Bash
5 lines
57 B
Bash
|
#!/bin/bash
|
||
|
nohup npm start &
|
||
|
cd discord
|
||
|
nohup npm start
|