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