App-SortCopies/build.sh
2026-05-14 15:48:06 -04:00

6 lines
73 B
Bash
Executable file

#!/usr/bin/env bash
make clean
perl Makefile.PL
make
make test
make dist