glitchd
d1ce66182c
command that starts a screen process then starts pinanobar and patiobar, then it opens a chromium browser to the address that patiobar is using
2 lines
108 B
Plaintext
2 lines
108 B
Plaintext
screen -S pianobar -d -m pianobar | node ~/Patiobar/index.js | chromium-browser http://192.168.1.186:3000 &
|