linuxShortcuts/stop-pmovase.sh
Bruno Fontes 42344f98a5 Tests, tests and tests
Still not sure why I keep track of those changes, if I don't need them
and do not care about proper handling them.

Anyway, it is here if, some some reason I need it back.
2022-01-22 19:14:01 -03:00

14 lines
306 B
Bash
Executable File

#!/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