_o_b - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
_o_b (146B) | |
--- | |
1 /build_ob { | |
2 pop | |
3 size 3 mul 16 div /rad exch def | |
4 currentpoint | |
5 newpath | |
6 rad add exch rad add exch rad 0 360 arc | |
7 stroke | |
8 } def |