diff --git a/bb.edn b/bb.edn index 9b9157d..00e83b1 100644 --- a/bb.edn +++ b/bb.edn @@ -30,6 +30,9 @@ (println " Server: http://localhost:8090/sync") (println " Attach: tmux attach -t atomsync-dev"))} + attach {:doc "Attach to the dev tmux session" + :task (shell "tmux attach -t atomsync-dev")} + dev:stop {:doc "Stop the dev tmux session" :task (shell "tmux kill-session -t atomsync-dev")}