mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
14 lines
306 B
Bash
14 lines
306 B
Bash
|
#!/bin/zsh
|
||
|
#if [[ !$(tmux ls | grep 'pmovase') ]]; then
|
||
|
# exit
|
||
|
#fi
|
||
|
|
||
|
killall /home/bruno/Apps/firefox/firefox-bin
|
||
|
killall /bin/vscodium
|
||
|
|
||
|
cd /home/bruno/development/projetomovase/
|
||
|
vagrant suspend
|
||
|
tmux send -t pmovase:0.4 $'^u'
|
||
|
#tmux send -t pmovase:0.4 $'vagrant suspend &\n'
|
||
|
tmux kill-session -t pmovase
|