mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:41:59 +01:00
2dc31b59c0
Signed-off-by: Janos SUTO <sj@acts.hu>
13 lines
265 B
Bash
Executable File
13 lines
265 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o pipefail
|
|
set -o nounset
|
|
set -x
|
|
|
|
LD_LIBRARY_PATH=../src ./check_parser_utils
|
|
LD_LIBRARY_PATH=../src ./check_parser
|
|
LD_LIBRARY_PATH=../src ./check_rules
|
|
LD_LIBRARY_PATH=../src ./check_digest
|
|
LD_LIBRARY_PATH=../src ./check_mydomains
|