
07-08-2012, 08:41 PM
|
Banned
|
|
Join Date: Apr 2011
Location: Dallas
Posts: 757
|
|
 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.
|
|