Quote:
Originally Posted by ncfballkid
How were you guys able to solve the
hulu.sh: line 27: syntax error near unexpected token `<'
hulu.sh: line 27: `read < <(pidof $p) || die "$p not found!"'
error?
Thanks, Andrew
|
"unexpected token" means you arent using Bash. God knows how you were able to even make that happen. You can test your terminal like this
If running this command make an error, you have done something wrong.