Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

#!/bin/bash X=1 while [ $X -le 19 ] do if [ $X -lt 10 ]; then n="00$X" else n="0$X" fi wget "http://hackermonthly.com/xmas/hackermonthly-issue$n.zip X=$(( $X + 1 )) done


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: