View Single Post
  #12  
Old 07-08-2012, 08:41 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


github.com/svnpenn/etc/commit/a571

Quote:
Use the Bash temporary variable

Bash already has a temporary variable, $_
This can be used instead of an arbitrarily named variable.

I also utilized some more process substitution for better speed of script
execution.
Reply With Quote