aboutsummaryrefslogtreecommitdiffstats
path: root/spinner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'spinner.sh')
-rw-r--r--spinner.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/spinner.sh b/spinner.sh
index 525bd9f..91b9649 100644
--- a/spinner.sh
+++ b/spinner.sh
@@ -1,5 +1,3 @@
-#!/bin/bash
-
## spinner takes the pid of the process as the first argument and
# string to display as second argument (default provided) and spins
# until the process completes.
@@ -44,4 +42,4 @@ spinner() {
return $retval
}
-export -f spinner \ No newline at end of file
+export -f spinner