6 lines
131 B
Bash
6 lines
131 B
Bash
top_srcdir=@TOP_SRCDIR@
|
|
tmp=$top_srcdir/test/tmp
|
|
test_images=$top_srcdir/test/images
|
|
image=$test_images/IMG_4618.jpg
|
|
mkdir -p $tmp
|