Installation ab jetzt in den LUA/kskit Ordner

This commit is contained in:
Nero 2023-07-21 22:25:15 +00:00
parent 9067dee008
commit 2c8372bc9e
5 changed files with 15 additions and 18 deletions

4
mkinstallscript Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
printf "[EEPInstall]\n"
printf "EEPVersion = 10\n"
i=1; for f in *.lua; do printf 'File%03d = "../%s","LUA\\kskit\\%s"\n' "$i" "$f" "$f"; i=$(( i + 1 )); done