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

10 lines
75 B
Bash
Executable file

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