diff --git a/dl.sh b/dl.sh new file mode 100755 index 0000000..549349a --- /dev/null +++ b/dl.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +wget -O "static/instructions/$1.pdf" "$2" +