Skip to content

Instantly share code, notes, and snippets.

@yurenju
Created October 23, 2009 11:40
Show Gist options
  • Save yurenju/216828 to your computer and use it in GitHub Desktop.
Save yurenju/216828 to your computer and use it in GitHub Desktop.
function pget()
{
echo $1
cmd="pget -n 5 $1; exit"
lftp -e "$cmd"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment