|
|
1.1 root 1: # view.clicks -- describe views and clicks in $1.s/$1.i; develop if needed
2:
3: develop $1.s
4: awk '
5: $1=="d" && $2=="v" { printf "view %-12s x == [%g,%g], y == [%g,%g]\n",
6: $4 ":", $5, $7, $6, $8
7: }
8: $1=="d" && $2=="c" { cstring = cstring " " $4 }
9: $1!="d" { print "clicks:" cstring; exit }
10: ' $1.i
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.