mirror of
https://github.com/mempool/mempool.git
synced 2024-12-28 17:24:25 +01:00
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
|
#!/usr/local/bin/zsh
|
||
|
for site in mainnet liquid testnet
|
||
|
do
|
||
|
cd "${HOME}/${site}/backend/"
|
||
|
screen -dmS "${site}" npm run production
|
||
|
done
|
||
|
|
||
|
#cd "${HOME}/webhook/"
|
||
|
#screen -dmS webhook ./start
|