mirror of
https://git.femboyfinancial.jp/james/FemScoreboard.git
synced 2025-06-20 17:17:00 -07:00
5 lines
57 B
Bash
Executable File
5 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
nohup npm start &
|
|
cd discord
|
|
nohup npm start
|