Files
cproof/tests/functionaltests/start_profanity.sh
2026-03-05 12:33:03 +01:00

8 lines
156 B
Bash
Executable File

export COLUMNS=300
if [ -f "./build_run/profanity" ]; then
./build_run/profanity -l DEBUG
else
# Fallback for autotools
./profanity -l DEBUG
fi