mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Issue #42 - Check for scheme file on cmd line
This commit is contained in:
parent
9935e287e9
commit
a21ecebea7
1 changed files with 4 additions and 1 deletions
5
icyc.scm
5
icyc.scm
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue