Initial commit

This commit is contained in:
Borales
2018-11-30 21:14:28 +01:00
commit 7c76ec9392
9 changed files with 147 additions and 0 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
# Exit if any subcommand fails
set -e
# Ensure we're always running from the project root
cd "$(dirname "$0")/.."
bats test/*.bats
shellcheck *.sh