This commit is contained in:
Christer Warén 2024-06-01 15:07:30 +03:00
parent 2375f16859
commit 47ceebfa25
3 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ foreach($dirs as $dir){
}
$code = str_replace("{{ CODES }}", implode("\n", $codes), $base);
$code = str_replace("{{ COMPATIBILITY }}", implode("\n", file_get_contents(__DIR__.'/src/compatibility.sh')), $base);
try {
$file = __DIR__.'/init.sh';

View File

@ -17,6 +17,7 @@ wiBold=$(tput bold)
wiNormal=$(tput sgr0)
{{ CODES }}
{{ COMPATIBILITY }}
wi-start
wi-restricted $0 $1 $2