aboutsummaryrefslogtreecommitdiffstats
path: root/spinner.sh
Commit message (Collapse)AuthorAgeFilesLines
* Change case of PROC to lower case proc.William Harrington2021-03-251-3/+3
|
* Use printf instead of echo.William Harrington2021-03-231-1/+1
|
* Cleanup spinner.shWilliam Harrington2021-03-231-3/+6
|
* Remove interpreter from scripts that are sourced. Remove executable bits are ↵William Harrington2021-03-221-3/+1
| | | | required.
* Add different styles of spinners.William Harrington2021-03-191-4/+26
|
* return retval rather than 0. Maybe better to return the actual return value ↵William Harrington2021-03-181-2/+2
| | | | after the wait.
* Add a spinner to display while building and pass the return value of the ↵William Harrington2021-03-181-0/+25
background process when it ends.