ecl/r2rs.sh
2026-03-08 20:03:25 +01:00

10 lines
75 B
Bash
Executable file

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