|
@ -13,9 +13,9 @@ impl Builtin for Help { |
|
|
ls lists contents of directory
|
|
|
ls lists contents of directory
|
|
|
open shows content of files
|
|
|
open shows content of files
|
|
|
pwd shows path to current working directory
|
|
|
pwd shows path to current working directory
|
|
|
|
|
|
quote prints a random quote
|
|
|
segfault exit but through segfault
|
|
|
segfault exit but through segfault
|
|
|
sus shows amogus
|
|
|
sus shows amogus
|
|
|
quote prints a random quote
|
|
|
|
|
|
";
|
|
|
";
|
|
|
|
|
|
|
|
|
for line in commands.lines() {
|
|
|
for line in commands.lines() {
|
|
|