5 lines
57 B
Bash
5 lines
57 B
Bash
|
#!/bin/bash
|
||
|
nohup npm start &
|
||
|
cd discord
|
||
|
nohup npm start
|