mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
7 lines
144 B
Bash
Executable File
7 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for i in ../include/lang/??.rem ; do
|
|
echo "Testing lang file: $i"
|
|
../src/remind -r -q "-ii=\"$i\"" ../tests/tstlang.rem
|
|
done
|