mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 17:06:21 +00:00
8 lines
156 B
Bash
Executable File
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
|