AnotherTest
|
cb29dca029
|
Shell: Don't spam perror() on kill_job()
That function is allowed to be given a dead job, so don't bother with
perror()
|
2021-01-19 08:19:43 +01:00 |
|
AnotherTest
|
5ec139e728
|
Shell: Make 'if' expressions return the unevaluated value of blocks
This makes it possible to actually put them in a sequence and cast them
to commands.
|
2021-01-19 08:19:43 +01:00 |
|
AnotherTest
|
8cfda86a45
|
Shell: Actually return the exit code of the file when running a file
|
2021-01-19 08:19:43 +01:00 |
|
Nick Vella
|
fdc9b3c5a0
|
Shell: use exit code 127 on command not found
|
2021-01-16 09:05:01 +01:00 |
|
AnotherTest
|
239472ba69
|
Shell: Add (basic) support for history event designators
Closes #4888
|
2021-01-15 19:13:03 +01:00 |
|
AnotherTest
|
a90905c54c
|
Shell: Use lstat instead of access to check if glob target exists
Fixes #4905
|
2021-01-12 16:23:26 +01:00 |
|
Andreas Kling
|
c4e2fd8123
|
Shell: Move to Userland/Shell/
|
2021-01-12 12:04:07 +01:00 |
|