Created
April 20, 2018 21:15
-
-
Save viksit/2752126505a9200cf4cbab0b0d5e900f to your computer and use it in GitHub Desktop.
Start screen session with custom script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
viksit@gpu3-4-k80:~$ cat startx.sh | |
screen -AdmS viksit -t tab0 bash | |
screen -S viksit -X screen -t jup0 bash /home/viksit/j.sh | |
screen -S viksit -X screen -t tsb0 bash /home/viksit/t.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
viksit@gpu3-4-k80-1:~$ cat ~/t.sh
cd /mnt/production/envs/
source myra-env/bin/activate
tensorboard --port=7098 --logdir=/mnt/disks/large/models
viksit@gpu3-4-k80-1:~$ cat ~/j.sh
cd /mnt/production/envs/
source myra-env/bin/activate
jupyter notebook