Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use printf instead of echo. | William Harrington | 2021-03-23 | 1 | -1/+1 |
| | |||||
* | Cleanup spinner.sh | William Harrington | 2021-03-23 | 1 | -3/+6 |
| | |||||
* | Remove interpreter from scripts that are sourced. Remove executable bits are ↵ | William Harrington | 2021-03-22 | 1 | -3/+1 |
| | | | | required. | ||||
* | Add different styles of spinners. | William Harrington | 2021-03-19 | 1 | -4/+26 |
| | |||||
* | return retval rather than 0. Maybe better to return the actual return value ↵ | William Harrington | 2021-03-18 | 1 | -2/+2 |
| | | | | after the wait. | ||||
* | Add a spinner to display while building and pass the return value of the ↵ | William Harrington | 2021-03-18 | 1 | -0/+25 |
background process when it ends. |