This website requires JavaScript.
Explore
Help
Register
Sign In
starnakin
/
42_KFS
Watch
1
Star
0
Fork
0
You've already forked 42_KFS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d348ac109e
42_KFS
/
headers
/
shell.h
5 lines
53 B
C
Raw
Normal View
History
Unescape
Escape
feature: functional shell with help and merdella commands TOOD: reboot, poweroff, echo, color
2024-09-10 14:03:33 -04:00
#
pragma once
#
define PROMPT "> "
core: split shell command into individual file and support command arg
2024-09-25 15:31:44 -04:00
void
shell_init
(
)
;
Reference in New Issue
Copy Permalink