4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/sh
|
|
DIR="`dirname $0`"
|
|
NAME="`basename $0 .test`"
|
|
$DIR/test.sh $NAME -i ISO8859-1
|