Skip to content

Commit

Permalink
Add new spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
DanLuInTW authored and lnfnunes committed Oct 17, 2018
1 parent 3093e45 commit 7da3908
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spinner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ set_spinner() {
SPINNER=("" "" "" "")
SPINNER_INTERVAL=0.5
;;
spinner4)
SPINNER=(":(" ":|" ":)" ":D")
SPINNER_INTERVAL=0.5
;;
*)
echo "No spinner is defined for $1"
exit 1
Expand Down

0 comments on commit 7da3908

Please sign in to comment.