diff --git a/src/bin/shell/main.c b/src/bin/shell/main.c index 19ae1c1..e43d41a 100755 --- a/src/bin/shell/main.c +++ b/src/bin/shell/main.c @@ -32,7 +32,7 @@ int main() { printf("UbixOS: "); //exec("shell"); + printf("\nShell goes here!\n"); while (1) { - printf("shell"); } - } \ No newline at end of file + }