Skip to content

Instantly share code, notes, and snippets.

View KennyStier's full-sized avatar

Kenny Stier KennyStier

View GitHub Profile
@KennyStier
KennyStier / rwget.sh
Last active January 15, 2018 20:36 — forked from forresty/rwget.sh
rwget: wget through ssh tunnel
#!/usr/bin/env bash
# TODO: replace your-hostname-here.com
server="your-hostname-here.com"
if [ $# -lt 1 ] ; then
echo "usage: rwget URL"
exit 1
fi