mirror of https://github.com/Hilbis/Hilbish
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
|
cwd() > Returns the current directory of the shell
|
||
|
|
||
|
flag(f) > Checks if the `f` flag has been passed to Hilbish.
|
||
|
|
||
|
run(cmd) > Runs `cmd` in Hilbish's sh interpreter
|
||
|
|