View Single Post
  #30  
Old 09-26-2012, 07:20 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: hulu.sh, download from Hulu


Quote:
Originally Posted by ncfballkid View Post
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

Code:
read < <(pwd)
If running this command make an error, you have done something wrong.
Reply With Quote