Let script read urls

This commit is contained in:
Daniil Gentili 2016-01-19 20:59:15 +01:00
parent d3c59da613
commit 2036217f74

View File

@ -155,7 +155,7 @@ startproc() {
} }
inproc() { inproc() {
tmux send-keys -t $copname "$MESSAGE tmux send-keys -t $copname "$MESSAGE ${URLS[*]}
" "
ps aux | grep -v grep | grep -q "$copid" || { rm -r $copname; }; ps aux | grep -v grep | grep -q "$copid" || { rm -r $copname; };
} }