repeat 12 {cal $[++i] 2020|grep '[0-9]'|tr -d \x08_|sed '1d;s/.*/ &/;s/ *$//';echo}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page