Skip to content

Instantly share code, notes, and snippets.

@jerojasro
Last active June 21, 2020 23:05
Show Gist options
  • Save jerojasro/332c52b0074da0f31038152aef458ade to your computer and use it in GitHub Desktop.
Save jerojasro/332c52b0074da0f31038152aef458ade to your computer and use it in GitHub Desktop.
def _h(args):
fn = args[0]
rfn = fn.split('?')[0]
rfn = rfn.split('/')[-1]
while True:
wget --continue --output-document=@(rfn) @(fn)
if _.rtn == 0:
break
aliases['h'] = _h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment