7 lines
119 B
Bash
Executable File
7 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SCRIPT_DIR=$(CDPATH='' cd -- "$(dirname -- "$0")" && pwd)
|
|
|
|
"$SCRIPT_DIR/../fmt.sh"
|
|
"$SCRIPT_DIR/../test.sh"
|