This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env sh | |
| # TODO: replace your-hostname-here.com and path_to_your_rwget_folder | |
| if [ $# -lt 1 ] ; then | |
| echo "usage: rwget URL" | |
| exit 1 | |
| fi | |
| filename=`ssh your-hostname-here.com URL=$1 'bash -s' << 'ENDSSH' | |
| cd path_to_your_rwget_folder |