1
0
Fork 0
onnx-web/api/launch-tmux.sh

8 lines
207 B
Bash
Raw Permalink Normal View History

2023-02-13 14:43:28 +00:00
#! /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