diff --git a/api/launch-tmux.sh b/api/launch-tmux.sh new file mode 100644 index 00000000..b321dac3 --- /dev/null +++ b/api/launch-tmux.sh @@ -0,0 +1,7 @@ +#! /bin/sh + +tmux new-session -d -s onnx-web +tmux send-keys -t onnx-web './launch.sh' 'C-m' +tmux split-window -t onnx-web -v 'watch nvidia-smi' +tmux split-window -t onnx-web -h 'htop' +tmux attach -t onnx-web