There was an error while loading. Please reload this page.
1 parent 5e26fd3 commit dcc905eCopy full SHA for dcc905e
Spinner-Loader.sh
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+arr=('-' '\' '|' '/')
3
+while true; do
4
+for c in "${arr[@]}"; do
5
+echo -en "\r $c "
6
+sleep .5
7
+done
8
0 commit comments