Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use tput for color rather than escape codes from our colors.sh. | William Harrington | 2021-03-30 | 1 | -1/+2 |
| | |||||
* | Use intense white for spinner and download percentage status. | William Harrington | 2021-03-30 | 1 | -2/+2 |
| | |||||
* | Replace spinner with random spinner selection when building. Possibility to ↵ | William Harrington | 2021-03-26 | 1 | -44/+82 |
| | | | | pass an argument to spinner which chooses which spinner to use. For now it is random. | ||||
* | Remove spinner script and move spinner function to functions. | William Harrington | 2021-03-26 | 1 | -1/+47 |
| | |||||
* | Create a script exporting separate functions and remove download function ↵ | William Harrington | 2021-03-26 | 1 | -0/+19 |
from downloads script. Reformat MD5 mismatch failed message. |