rosado / cloak
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
c1fb64d
cloak / cloak_cmd.clj
| 54dd90e1 » | rosado | 2008-11-23 | 1 | ;; simple automation system in Clojure | |
| 2 | ;; Roland Sadowski [szabla gmail com] http://www.haltingproblem.net/ | ||||
| 3 | |||||
| 4 | ;; this file is only for command line usage. | ||||
| 5 | ;; Assuming you have a script which lets you run clojure scripts: | ||||
| 6 | ;; $ clojure cloak_cmd.clj -- args | ||||
| 7 | |||||
| 81dacfd2 » | rosado | 2008-11-22 | 8 | (ns rosado.cloak.cmd | |
| 9 | (:use [rosado.cloak :as cloak])) | ||||
| 10 | |||||
| 54dd90e1 » | rosado | 2008-11-23 | 11 | (apply cloak/-main *command-line-args*) | |
