feat: basic ksh

This commit is contained in:
Karina
2025-12-28 01:47:17 +04:00
parent 45fcf8e834
commit caf4f7a055
9 changed files with 97 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2025 0xKarinyash
#ifndef KSH_H
#define KSH_H
void ksh();
#endif