aboutsummaryrefslogtreecommitdiff
path: root/games/chkl.sed
blob: 40c35ceeb0d145b384f3bd23188b97dad4f9c14f (plain) (blame)
1
2
3
4
5
6
#!/bin/sed -f
# Change an ASCII checklist with [/], [x], and [ ] boxes to a Unicode one
/^#/d
s_^\[ \]__
s_^\[/\]__
s_^\[[xX]\]__