Show spinner during the env save process

This commit is contained in:
Bruno Sutic
2014-08-29 19:51:47 +02:00
parent f9ad59900a
commit 2b259cf11a
4 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
start_spinner() {
$CURRENT_DIR/tmux_spinner.sh "Restoring tmux..." "Tmux restore complete!" &
$CURRENT_DIR/tmux_spinner.sh "$1" "$2" &
export SPINNER_PID=$!
}