- 09 Jan, 2017 2 commits
-
-
Bastian Bittorf authored
shellcheck message was: "Consider using grep -c instead of grep | wc"
-
Bastian Bittorf authored
"Don't use [] around ranges in tr, it replaces literal square brackets." this introduces another warning: "Use '[:lower:]' to support accents and foreign alphabets." This is more a style thingy because we really want to only catch A-Z. work around this by using a shellcheck-directive and a comment that the [:lower:] will not work with e.g. busybox-ash. if we later really want to use [:lower:], we should use 'sed' for that.
-
- 05 Jan, 2017 1 commit
-
-
neilpang authored
-
- 24 Nov, 2016 4 commits
- 23 Nov, 2016 16 commits
- 22 Nov, 2016 10 commits
- 18 Nov, 2016 1 commit
-
-
neilpang authored
-
- 16 Nov, 2016 3 commits
- 15 Nov, 2016 3 commits