mesa/progs/fp/run.sh

8 lines
57 B
Bash
Executable File

#!/bin/sh
for i in *.txt ; do
echo $i
./fp-tri $i
done