mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 07:51:58 +01:00
10 lines
213 B
Bash
Executable File
10 lines
213 B
Bash
Executable File
#!/bin/bash
|
|
|
|
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
|
|
|
|
|