Issue #42 - Check for scheme file on cmd line

This commit is contained in:
Justin Ethier 2016-06-24 04:47:56 -04:00
parent 9935e287e9
commit a21ecebea7

View file

@ -58,4 +58,7 @@
(display "\n")
(exit 0)))))
(repl:next-line)
(let ((args (command-line-arguments)))
(if (= (length args) 1)
(load (car args) *icyc-env*))
(repl:next-line))