Commit Graph

16 Commits

Author SHA1 Message Date
Izaya 68130b80a6 made the shell look at libraries in _G.libs as well as just _G 2019-12-20 17:48:25 +11:00
Izaya b408cfe27b made the shell return sane values 2019-12-16 16:43:32 +11:00
Izaya dcf0cb75ae made spawnfile queue an event on a process ending, changed the shell to use it 2019-12-16 14:37:29 +11:00
Izaya ce6e405934 the shell now prints tables that are returned as a serialized value 2019-11-26 18:47:20 +11:00
Izaya 0dbd1d5f8c significantly improved the shell; actually forks for processes now, shows the hostname, replaces an = at the start with return ... 2019-11-19 21:46:51 +11:00
Izaya e9aac95dd7 added a mkdir alias for fs.makeDirectory in the shell 2019-11-09 13:17:21 +11:00
Izaya ff321804ee moved cd out of the shell and into the os library as os.chdir 2019-11-06 14:28:40 +11:00
Izaya 0ced41b897 updated some executables to actually work with the kernel changes 2019-11-04 08:55:39 +11:00
Izaya be8ba0a40b made the shell not return pcall's true if it is true 2019-07-28 19:52:32 +10:00
Izaya 7347c93988 made external executables return despite being in a different process. yay for IPC? 2019-07-28 19:46:43 +10:00
Izaya 12df3de7df added a cd() builtin to the shell, for changing working directory 2019-07-28 13:03:04 +10:00
Izaya ead102f131 made the shell spawn executed files as their own process and wait for them to complete 2019-07-28 12:45:38 +10:00
Izaya 3f214d3ebc this is an intervention 2019-07-14 20:52:56 +10:00
Izaya a29fc154a0 added a terminal server and bad netcat clone 2019-01-09 16:23:30 +11:00
Izaya 8b35bfe3a6 made the shell cleaner, and tell the current $PWD 2019-01-08 18:04:18 +11:00
Izaya 2f48091a07 fuck knows 2018-11-03 03:05:41 +11:00