Initial Clone

This commit is contained in:
2019-11-14 19:36:04 -06:00
parent 1051826ba8
commit ac7cd93dfe
48 changed files with 7742 additions and 19 deletions

4
.travis.yml Executable file
View File

@@ -0,0 +1,4 @@
language: bash
sudo: false
script:
- bash -c 'shopt -s globstar; shellcheck -x **/*.sh'