zrodlo="http://localhost/~fair/" if [ "$1" == "go" ] then #i jedziemy for x in {1..100}; do { wget -c -r $zrodlo & } done if [ "$1" == "stop" ] then killall -r wget; fi fi echo "$0 go|stop"