refactor: organize files into subdirectories
Moves multiple files into dedicated folders for better project structure and organization.
This commit is contained in:
27
9tK/9tailedKitsune-AT.00.00.00.9tK
Normal file
27
9tK/9tailedKitsune-AT.00.00.00.9tK
Normal file
@@ -0,0 +1,27 @@
|
||||
<# 9tailedKitsune.kit #>
|
||||
|
||||
@function: core; </ <# Ground #>
|
||||
@define: core as system function check; <# Seed 1 #>
|
||||
@sync: system is equal to true;
|
||||
|
||||
if system is not equal to core </ <# Unsynced #>
|
||||
|
||||
@console: write 'System is not equal to Core! Examination is needed!';
|
||||
@system: stop;
|
||||
|
||||
else system is equal to core </ <# Synced #>
|
||||
|
||||
@console: write 'System check comfirmed!';
|
||||
@system: is to continue;
|
||||
|
||||
end />
|
||||
|
||||
/>
|
||||
@function: system; </ <# #>
|
||||
@define: as system function array;
|
||||
if system process list is equal to true </
|
||||
@sync: system process name to process list;
|
||||
|
||||
/>
|
||||
/>
|
||||
/>
|
||||
Reference in New Issue
Block a user