- 03 May, 2020 1 commit
-
-
neil authored
-
- 30 Jan, 2020 1 commit
-
-
neilpang authored
-
- 05 Oct, 2019 2 commits
-
-
Peter Dave Hello authored
Shallow clone is faster than a normal one, there is no need to clone the whole history of a repository when we only needs its latest or certain state of commit.
-
Peter Dave Hello authored
This issue in the shell scripts will also be detected in the stable version of shfmt(we are currently using an ancient pre-release of shfmt)
-
- 20 Apr, 2018 2 commits
- 03 Dec, 2017 2 commits
- 13 Nov, 2017 1 commit
-
-
neilpang authored
-
- 02 Sep, 2017 2 commits
- 08 Jul, 2017 2 commits
-
-
Lonnie Abelbeck authored
dns_dyn.sh, remove empty line at end dns_dyn.sh, remove trailing spaces at end of line Replace 'head -n' with the '_head_n' function Update main README.md DNS API list
-
neilpang authored
-
- 25 Feb, 2017 1 commit
-
-
neilpang authored
-
- 06 Feb, 2017 1 commit
-
-
neil authored
-
- 13 Jan, 2017 2 commits
-
-
Bastian Bittorf authored
e.g. [[ ]] -> [ ] and 'which' -> command -V Although this is not strictly needed, it keeps the project uniformly POSIX. Signed-off-by:
Bastian Bittorf <bb@npl.de>
-
Bastian Bittorf authored
message: SC2034: $VARNAME appears unused. Verify it or export it. most of these are related to the style: we generate global vars, which are used in other functions. the var "lexical_url" was really unused (left it as comment) the travis-check now does not need anymore special flags. Signed-off-by:
Bastian Bittorf <bb@npl.de>
-
- 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