mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
6 lines
158 B
Bash
6 lines
158 B
Bash
#!/bin/bash
|
|
|
|
. ${rootpath}/Build/Hooks/logging.sh
|
|
. ${rootpath}/Build/Hooks/syntax.sh
|
|
. ${rootpath}/Build/Hooks/filename.sh
|
|
. ${rootpath}/Build/Hooks/tests.sh |