Example test and git hooks
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
SCRIPT_DIR=$(CDPATH='' cd -- "$(dirname -- "$0")" && pwd)
|
||||
|
||||
"$SCRIPT_DIR/../fmt.sh"
|
||||
"$SCRIPT_DIR/../test.sh"
|
||||
Reference in New Issue
Block a user