Commit Graph

20 Commits

Author SHA1 Message Date
66dcc66fd9 move comments to headers 2021-07-16 23:37:15 -04:00
9c5752e9a9 add environment variables 2021-07-16 22:52:26 -04:00
1cbe850a10 fix memory leak when user doesn't enter anything 2021-07-16 13:36:25 -04:00
e548acdb8a change the way string arrays are initialized 2021-07-16 13:35:29 -04:00
2d6303e311 check for failure on realloc 2021-07-07 00:00:31 -04:00
cc153bd481 add memory cleanup at exit 2021-07-06 23:47:19 -04:00
5506e06840 add basic launch functionality 2021-06-27 22:46:03 -04:00
8776bbd6fa add hostname 2021-06-26 23:05:27 -04:00
60004f08dc rename string array variable to make it clear what it is 2021-06-26 22:51:39 -04:00
907af65b94 move input to separate file 2021-06-26 22:38:22 -04:00
5ce2096b2c add builtins 2021-06-26 19:06:30 -04:00
838ee3d216 add comments 2021-06-19 23:10:20 -04:00
a7cf487631 refactor the console line code 2021-06-19 22:58:57 -04:00
7c277d99bd get current working directory for the console line 2021-06-19 20:52:42 -04:00
21448cee37 free line on error in loop 2021-06-19 20:32:26 -04:00
b5e4de3f82 free up the line pointer after we are finished 2021-06-19 20:30:08 -04:00
e717917e95 don't exit on success, let cleanup happen 2021-06-19 20:28:53 -04:00
cf847bf5eb add copyright to source files 2021-06-19 20:25:27 -04:00
93ace63885 add user name printing and newline stripping 2021-06-19 20:05:20 -04:00
cc74038008 create the shell loop 2021-06-19 19:13:53 -04:00