ecl/pucl.sh
2026-03-15 09:47:50 +01:00

10 lines
75 B
Bash
Executable file

#!/bin/sh
rm -f pucl
pushd build/c
make pucl
mv pucl ../../
popd
./pucl