Open gidsi opened 3 years ago
Seems to fix the bug, running echo '(load-file "src/dactyl_keyboard/dactyl.clj")' | docker run -i -v $(pwd -P):/data -w /data clojure now gives:
echo '(load-file "src/dactyl_keyboard/dactyl.clj")' | docker run -i -v $(pwd -P):/data -w /data clojure
dactyl-keyboard.dactyl=> (load-file "src/dactyl_keyboard/dactyl.clj") #'dactyl-keyboard.dactyl/-main dactyl-keyboard.dactyl=> Bye for now!
Seems to fix the bug, running
echo '(load-file "src/dactyl_keyboard/dactyl.clj")' | docker run -i -v $(pwd -P):/data -w /data clojure
now gives: