aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown
index 2cb0205..4f63cec 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,11 +4,6 @@ spsh: the shitposting shell
An experimental Bourne-style shell for me to learn moar C. Don't actually use
this for any serious reason.
-You need to fully-qualify the programs and arguments you call at the moment,
-like:
-
- spsh$ /bin/grep pattern /home/user/file
-
Author
: Tom Ryder <tom@sanctum.geek.nz>
Copyright
@@ -35,7 +30,6 @@ Not working but planned
In rough order of priority:
* At least a few simple builtins, like "cd" and "exit"
-* $PATH so you don't have to fully qualify all your programs
* Prompt with username and current directory
* Environment variables
* Quoting/escaping arguments (i.e. something better than just strtok())