Skip to content

Commit

Permalink
I changed my mind. No unnecessary chatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Sep 14, 2017
1 parent a93f272 commit 181d2a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ cleanup () {
# Make super duper sure we reap all the spinners
# This is ridiculous, and I still don't know why spinners stick around.
if [ ! -z "$allpids" ]; then
echo "Cleaning up..."
for pid in $allpids; do
kill "$pid" 1>/dev/null 2>&1
done
fi
tput rc
tput cnorm
echo
return 1
}
# This tries to catch any exit, whether normal or forced (e.g. Ctrl-C)
Expand Down

0 comments on commit 181d2a7

Please sign in to comment.