Monorepo for Aesthetic.Computer aesthetic.computer
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