aboutsummaryrefslogtreecommitdiffstats
path: root/ctmg.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Phase out fgrep due to warningHEADmasterJason A. Donenfeld2022-09-161-2/+2
|
* Update copyright1.2Jason A. Donenfeld2016-03-081-1/+1
|
* Shellcheck annotationJason A. Donenfeld2016-03-021-0/+1
|
* Support non root user and quote variableJason A. Donenfeld2016-03-021-2/+2
|
* Use $* instead of $@ in echoMicha Rosenbaum2016-03-021-1/+1
| | | | | | | | | | This resolves an shellcheck issue with `ctmg.sh` and makes usage of echo more consistent: `die()` already used `$*` but `trace()` didn't. See-Also: https://github.com/koalaman/shellcheck/wiki/SC2145 "SC2145: Argument mixes string and array. Use * or separate argument." Use `$ shellcheck ctmg.sh` or http://www.shellcheck.net/ to check.
* Smart mode for no argumentsJason A. Donenfeld2016-02-051-2/+19
|
* Initial commit1.1Jason A. Donenfeld2015-12-111-0/+154