6 lines
67 B
Bash
Executable file
6 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. hooks/common
|
|
|
|
# shellcheck disable=SC2119
|
|
run_build
|