Commit graph

5 commits

Author SHA1 Message Date
iridiumR
f99caf42f3
feat(signal): change the behaviour of SIGINT
In previous versions, when a SIGINT was received, the program would exit
if there were no child processes, now the behavior is changed to not
exit and start a new line.
2022-09-20 22:29:59 +08:00
iridiumR
0a3efb2bd9
feat(builtin): add the founction to read exit status 2022-09-18 23:35:26 +08:00
iridiumR
d9f5d5a708
perf: fix something 2022-09-18 23:22:20 +08:00
iridiumR
bbec5fbc2e
feat(builtin): add built-in command 2022-09-18 14:46:23 +08:00
iridiumR
d78af54b6c
feat(exec): add exec 2022-09-18 13:44:40 +08:00