aboutsummaryrefslogtreecommitdiffstats
path: root/functions.sh
Commit message (Collapse)AuthorAgeFilesLines
* Adjust indention and syntax.William Harrington2021-04-011-2/+2
|
* Merge branch 'cleanup' into chapter7William Harrington2021-04-011-2/+2
|\
| * Set default spinnertype to -/|\ and make it the first spinner type in the case.William Harrington2021-04-011-2/+2
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-011-14/+26
|\|
| * Adjust function spinner to take in a spinner type. If no type is defined ↵William Harrington2021-04-011-16/+28
| | | | | | | | then random will be chosen. Pass the 2nd argument as spinnertype when spinner is invoked. Cleanup some extraction text and reset the colors at the end.
| * Use tput for color rather than escape codes from our colors.sh.William Harrington2021-03-301-1/+2
| |
| * Use intense white for spinner and download percentage status.William Harrington2021-03-301-2/+2
| |
| * Replace spinner with random spinner selection when building. Possibility to ↵William Harrington2021-03-261-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 Harrington2021-03-261-1/+47
| |
| * Create a script exporting separate functions and remove download function ↵William Harrington2021-03-261-0/+19
| | | | from downloads script. Reformat MD5 mismatch failed message.
* Use tput for color rather than escape codes from our colors.sh.William Harrington2021-03-301-1/+2
|
* Use intense white for spinner and download percentage status.William Harrington2021-03-301-2/+2
|
* Replace spinner with random spinner selection when building. Possibility to ↵William Harrington2021-03-261-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 Harrington2021-03-261-1/+47
|
* Create a script exporting separate functions and remove download function ↵William Harrington2021-03-261-0/+19
from downloads script. Reformat MD5 mismatch failed message.