Skip to content

Commit

Permalink
feat(api): add tmux launch script
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 13, 2023
1 parent fa0cd8e commit 45ad18c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/launch-tmux.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 45ad18c

Please sign in to comment.