diff options
| author | Loic GUEGAN <loic.guegan@yahoo.fr> | 2019-02-12 16:55:17 +0100 |
|---|---|---|
| committer | Loic GUEGAN <loic.guegan@yahoo.fr> | 2019-02-12 16:55:17 +0100 |
| commit | 8b32ec55b7151bbbeb33ea857454689ce9e1d6a0 (patch) | |
| tree | 69fe53e9a4917713f62c2f78df83aa89fe73468d /sgp2dot-cl.lisp | |
Create repo
Diffstat (limited to 'sgp2dot-cl.lisp')
| -rwxr-xr-x | sgp2dot-cl.lisp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sgp2dot-cl.lisp b/sgp2dot-cl.lisp new file mode 100755 index 0000000..9646399 --- /dev/null +++ b/sgp2dot-cl.lisp @@ -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>~%")) + |
