diff options
Diffstat (limited to 'spinner.sh')
-rw-r--r-- | spinner.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |