From 93396d69eb71cb724d47dc927becf5a129baa168 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 28 Mar 2018 22:33:39 -0400 Subject: adding support for loading files throught script --- initrd/init | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'initrd/init') diff --git a/initrd/init b/initrd/init index 7359f16..13e5876 100644 --- a/initrd/init +++ b/initrd/init @@ -1,8 +1,3 @@ -while (1) { - print("> ") - input = gets() - answer = solve(input) - print("\n") - print(answer) - print("\n") -} +choice = filemenu +print("\nChoice: ") +print(choice) -- cgit v1.2.3