pianobarstart

command that  starts a screen process then starts pinanobar and patiobar, then it opens a chromium browser to the address that patiobar is using
This commit is contained in:
glitchd 2020-02-24 21:21:27 +00:00
parent 39b3dc4f3f
commit d1ce66182c

1
pianobarstart Normal file
View File

@ -0,0 +1 @@
screen -S pianobar -d -m pianobar | node ~/Patiobar/index.js | chromium-browser http://192.168.1.186:3000 &