Create repo
This commit is contained in:
commit
8b32ec55b7
6 changed files with 1890 additions and 0 deletions
8
sgp2dot-cl.lisp
Executable file
8
sgp2dot-cl.lisp
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/sbcl --script
|
||||
|
||||
(load "./sgp2dot.lisp")
|
||||
|
||||
(if (eq (length sb-ext:*posix-argv*) 3)
|
||||
(sgp2dot:convert (second sb-ext:*posix-argv*) (third sb-ext:*posix-argv*))
|
||||
(format t "Usage: ./sgp2dot-cl.lisp <platform-file> <output-dot-file>~%"))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue