mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-18 06:08:41 +00:00
5 lines
194 B
Bash
Executable File
5 lines
194 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASEDIR=$(dirname "$(readlink -f "$0")")
|
|
|
|
g++ $BASEDIR/Image/ImageUtilsTest.cpp -o $BASEDIR/Image/ImageUtilsTest && $BASEDIR/Image/ImageUtilsTest && rm $BASEDIR/Image/ImageUtilsTest |