zziplib/tests/gating/build/test.sh

6 lines
110 B
Bash
Executable File

#!/bin/bash
(gcc unzzip.c unzzipcat-zip.c unzzipdir-mix.c -lzzip -o foo && ./foo) || exit 1
rm ./foo
exit 0