10 lines
220 B
Makefile
10 lines
220 B
Makefile
# start a repl
|
|
build:
|
|
shadow-cljs release module
|
|
|
|
repl:
|
|
kitten @ launch --type=os-window --allow-remote-control --cwd=current --title=hx_repl:ludus lein repl
|
|
|
|
send:
|
|
kitten @ send-text -m "title:hx_repl:ludus" --stdin
|