mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 04:43:07 +09:00
6 lines
77 B
Bash
6 lines
77 B
Bash
#!/bin/sh
|
|
DIR="`dirname $0`"
|
|
NAME="`basename $0 .test`"
|
|
$DIR/test.sh $NAME
|
|
|
|
|