Files
secondo/Algebras/Temporal2/make_fast_and_run.sh
2026-01-23 17:03:45 +08:00

10 lines
96 B
Bash

#!/bin/bash
cwd=$(pwd)
make && \
cd ../.. && \
make TTY && \
cd bin && \
SecondoTTYBDB
cd $cwd