libtthimage/Lib/utility.sh

13 lines
203 B
Bash
Raw Normal View History

2024-08-11 10:32:10 +02:00
#!/bin/bash
set -e
SRC="testtga.c essais.c operat.c image.c effects.c tele_2.c calculs.c"
SRC="$SRC dither.c television.c"
FLOW="cflow.txt"
cflow --depth=5 -o $FLOW -m main --number $SRC
less $FLOW