mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-20 15:08:40 +00:00
3 lines
118 B
Bash
Executable File
3 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
g++ Image/ImageUtilsTest.cpp -o Image/ImageUtilsTest && ./Image/ImageUtilsTest && rm Image/ImageUtilsTest |