#!/bin/sh for a in online-hw.txt online-sw.txt readme.md rtr2.bin run.sh update.sh ; do wget -O $a portable.nop.hu/$a done chmod +x *.sh *.bin