From 5572c0798f1193539d88bde3467266fb36f5c684 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 17 Jun 2021 07:58:02 +0200 Subject: [PATCH] :sparkles: Minor improvement on start-tmux.sh script. --- docker/devenv/files/start-tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/devenv/files/start-tmux.sh b/docker/devenv/files/start-tmux.sh index e21875389e..6676425a8f 100755 --- a/docker/devenv/files/start-tmux.sh +++ b/docker/devenv/files/start-tmux.sh @@ -27,7 +27,7 @@ tmux new-window -t penpot:2 -n 'exporter' tmux select-window -t penpot:2 tmux send-keys -t penpot 'cd penpot/exporter' enter C-l tmux send-keys -t penpot 'rm -f target/app.js*' enter C-l -tmux send-keys -t penpot 'npx shadow-cljs watch main' enter +tmux send-keys -t penpot 'clojure -M:dev:shadow-cljs watch main' enter tmux split-window -v tmux send-keys -t penpot 'cd penpot/exporter' enter C-l