8 lines
197 B
Bash
8 lines
197 B
Bash
#openbox &
|
|
#openbox_pid=$!
|
|
/usr/bin/chromium-browser http://localhost:3002 &
|
|
#chrome_pid=$!
|
|
path=/afs/psi.ch/user/b/boccioli_m/git/logviewer
|
|
|
|
(cd $path && exec node $path/logviewer.js pshellrps &)
|