Closed elijahandrews closed 10 years ago
I had to make this change in order to get the script to work for me. Not sure why grep "${SCREENNAME} " was used instead of grep $SCREENNAME, but if there's a good reason feel free to reject this pull request :)
grep "${SCREENNAME} "
grep $SCREENNAME
By the way, this is a great script!
... and thanks! You're right, no need for escaping the ${SCREENNAME} variable :+1:
${SCREENNAME}
I had to make this change in order to get the script to work for me. Not sure why
grep "${SCREENNAME} "
was used instead ofgrep $SCREENNAME
, but if there's a good reason feel free to reject this pull request :)By the way, this is a great script!