[tasks.examples-bindshell-run] workspace = false dependencies = ["build"] script = ''' tmux new-session -d -s bindshell 'docker-compose up examples_bindshell_target' tmux split-window -h 'docker-compose run examples_bindshell_client' tmux -2 attach -t bindshell '''