Publishing staged changes #1

Open
timurgordon wants to merge 17 commits from development into main
Showing only changes of commit f7eabe5c7e - Show all commits

View File

@ -1,2 +1,2 @@
name=$(basename "$PWD")
if [ -z $(tmux list-sessions | grep $name | awk '{ print $1 }') ]; then tmux new-session -d -s $name 'bash run.sh' ; else tmux kill-session -t $name ; tmux new-session -d -s $name 'bash run.sh' ; fi
tmux kill-session -t www_ourworld_ictc > /dev/null 2>&1
tmux new-session -d -s www_ourworld_ictc 'bash run.sh'