aa3370565f08d345e2ad111707f0a741394da9d9
The `bash -c 'cd dir && cmd1 & cmd2'` pattern splits into two command lists — cmd2 runs in the original cwd, not after the cd. Fix by repeating the cd after the `&` in the tmux pane command, and using `exec` in the standalone dev-squint task.
Description
No description provided
Languages
Clojure
72.9%
CSS
18.7%
JavaScript
6.4%
HTML
2%