mirror of
https://git.femboyfinancial.jp/james/FemScoreboard.git
synced 2025-06-19 08:47:01 -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
|