Skip to content
Snippets Groups Projects

Introduce aliases

Merged Erick Hitter requested to merge develop into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -6,4 +6,4 @@ lint:shell-script:
before_script:
- shellcheck -V
script:
- find ./bin -name "*" -exec shellcheck {} \;
- find bin -name "*" -exec shellcheck {} \;
Loading