pass arguments to file watch

This commit is contained in:
2020-11-18 09:56:34 -07:00
parent d712f95e92
commit 165d548128
3 changed files with 4 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
(defun main []
(trace "Hello, project testing!"))
(trace (nth (Sys.args) 0)))