1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2024-11-22 20:10:34 -05:00
Commit Graph

15 Commits

Author SHA1 Message Date
XeonSquared
b408cfe27b made the shell return sane values 2019-12-16 16:43:32 +11:00
XeonSquared
dcf0cb75ae made spawnfile queue an event on a process ending, changed the shell to use it 2019-12-16 14:37:29 +11:00
XeonSquared
ce6e405934 the shell now prints tables that are returned as a serialized value 2019-11-26 18:47:20 +11:00
XeonSquared
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
XeonSquared
e9aac95dd7 added a mkdir alias for fs.makeDirectory in the shell 2019-11-09 13:17:21 +11:00
XeonSquared
ff321804ee moved cd out of the shell and into the os library as os.chdir 2019-11-06 14:28:40 +11:00
XeonSquared
0ced41b897 updated some executables to actually work with the kernel changes 2019-11-04 08:55:39 +11:00
XeonSquared
be8ba0a40b made the shell not return pcall's true if it is true 2019-07-28 19:52:32 +10:00
XeonSquared
7347c93988 made external executables return despite being in a different process. yay for IPC? 2019-07-28 19:46:43 +10:00
XeonSquared
12df3de7df added a cd() builtin to the shell, for changing working directory 2019-07-28 13:03:04 +10:00
XeonSquared
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
XeonSquared
3f214d3ebc this is an intervention 2019-07-14 20:52:56 +10:00
XeonSquared
a29fc154a0 added a terminal server and bad netcat clone 2019-01-09 16:23:30 +11:00
XeonSquared
8b35bfe3a6 made the shell cleaner, and tell the current $PWD 2019-01-08 18:04:18 +11:00
XeonSquared
2f48091a07 fuck knows 2018-11-03 03:05:41 +11:00