Crates.io | shrimp |
lib.rs | shrimp |
version | 0.0.0 |
source | src |
created_at | 2021-09-23 23:09:56.013648 |
updated_at | 2021-09-23 23:09:56.013648 |
description | A simple shell |
homepage | |
repository | https://github.com/jvlsg/Shrimp |
max_upload_size | |
id | 455646 |
size | 66,446 |
Shellzao Rust Implementation
cargo test -- --test-threads=1
Vec<u8>
)
Read
ers and Write
erscd <path>
makes the directory 'path' the current directory
exit
terminates foosh
quit
same as exit
fg [job-id]
sends job identified by jobid to foreground. If jobid is not specified, defaults to job which sate has been most recently modified.
bg [job-id]
sends job identified by jobid to background. If jobid is not specified, defaults to job which sate has been most recently modified.
jobs
output a list of currently active jobs If a built-in command conflicts with the name of an external program, the built in command prevails --- unless the program path is explicitly given.
echo
No guarantee of implementing