diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-08 13:27:57 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-08 13:27:57 -0600 |
| commit | 3e952369ba4db8a166540a167ac1a0a951d75849 (patch) | |
| tree | e109ed106bf02e4aeaa88dfa5798f35226975d6b /bin/lint | |
| parent | 3a6171fb149765a7c13c4bc365bf616c5aa9703d (diff) | |
Install bundler before running linter
Diffstat (limited to 'bin/lint')
| -rwxr-xr-x | bin/lint | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ #!/bin/sh +set -e + +cd "$(dirname "$0")/.." + +./bin/setup + shellcheck bin/* shellcheck config/.bashrc shellcheck config/.profile |
