Let script read urls

This commit is contained in:
Daniil Gentili 2016-01-19 20:59:15 +01:00
parent d3c59da613
commit 2036217f74
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ startproc() {
}
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; };
}