first commit

This commit is contained in:
2025-10-11 11:23:58 +08:00
commit e8774085f8
48 changed files with 3087 additions and 0 deletions

10
scripts/compare-guard Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/dash
scriptdir=`dirname $0`
prog=$scriptdir/compare-wrapper-$1
if [ -e "$prog" ] ; then
shift
exec "$prog" "$@"
else
echo 'JSE'
fi