mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
4 lines
89 B
Text
4 lines
89 B
Text
|
|
#!/bin/sh
|
||
|
|
DIR="`dirname $0`"
|
||
|
|
NAME="`basename $0 .test`"
|
||
|
|
$DIR/test.sh $NAME -i ISO8859-15
|