ecl/nucl.sh
2025-11-30 21:22:56 +01:00

10 lines
75 B
Bash
Executable file

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