2016-06-07 18:46:49 +00:00
|
|
|
source $(dirname ${BASH_SOURCE[0]})/../../tests/utils.sh
|
2016-01-31 17:03:49 +00:00
|
|
|
|
|
|
|
imag-store() {
|
2016-04-14 15:22:47 +00:00
|
|
|
imag-call-binary "$(dirname ${BASH_SOURCE[0]})/../target/debug/" imag-store $*
|
2016-01-31 17:03:49 +00:00
|
|
|
}
|
|
|
|
|