mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
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
|