emiln / cljck

An OS-agnostic Clojure library for automating keyboard and mouse actions.
GNU General Public License v3.0
5 stars 0 forks source link

[#22] Process multiple scripts from command line. #23

Closed emiln closed 9 years ago

emiln commented 9 years ago

This simply spawns a go block for each file passed as argument and prays that the concurrency works out. It works well for the simple sample scripts I've tested.

This closes #22.