Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 8 lines 158 B view raw
1function axiplot 2 if test (count $argv) -lt 1 3 echo "usage: axiplot file.svg [optional axicli args]" 4 return 1 5 end 6 7 axicli $argv 8end