Skip to content

Instantly share code, notes, and snippets.

View lamenath's full-sized avatar
:octocat:
Focusing

Nathanael Lamelliere lamenath

:octocat:
Focusing
View GitHub Profile
#!/bin/bash
first_url="$1"
dir="$2"
if [[ -z "$first_url" || -z "$dir" ]]; then
echo "usage: $0 <request url> <output directory>" >&2
exit 1
fi