6 lines
162 B
Bash
6 lines
162 B
Bash
source $(dirname ${BASH_SOURCE[0]})/../../tests/utils.sh
|
|
|
|
imag-store() {
|
|
imag-call-binary "$(dirname ${BASH_SOURCE[0]})/../../target/debug/" imag-store $*
|
|
}
|
|
|