blob: 480f8108a3593c56ccde22614ef12dd46e411e68 [file] [log] [blame]
Keith Whitwell1f135452008-09-12 10:28:36 +01001#!/bin/sh
2
3for i in *.txt ; do
4echo $i
5./fp-tri $i
6done
7