digital literacy for everyone
[lit][generate-title]
[lit]
[fig]
#### license: creative commons cc0 1.0 (public domain)
#### http://creativecommons.org/publicdomain/zero/1.0/
# bash # fig
#for y in $(seq 0 15) ; # public domain #
for y 0 15 1 # public domain
# do for x in $(seq 0 15) ; #
for x 0 15 1
# do echo -en "\x1b[$((y+30));$((x+30))m" #
now colortext x highlight y
# echo -en $x #
now x prints
# echo -en "\x1b[0;37m" #
now highlight 0
# done #
next
# echo "" #
now "" print
# done #
next
home: [lit]https://freesoftwareresistance.neocities.org[lit]