1
0
Fork 0

feat(api): add tmux launch script

This commit is contained in:
Sean Sube 2023-02-13 08:43:28 -06:00
parent fa0cd8eaa4
commit 45ad18cefe
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 7 additions and 0 deletions

7
api/launch-tmux.sh Normal file
View File

@ -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