Skip to content

Instantly share code, notes, and snippets.

@yousan
Last active June 28, 2016 06:23
Show Gist options
  • Save yousan/e24f18f7e4c244a258debb05f3b85be4 to your computer and use it in GitHub Desktop.
Save yousan/e24f18f7e4c244a258debb05f3b85be4 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ $# -ne 1 ]; then
echo "warn: need a url"
exit 1
fi
#正体はただのaliasでした!
wget --no-host-directories -r -np $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment