aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-02 14:55:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-02 14:55:22 +1300
commitc7129922f126f8fa122d8421850528e26fb875e9 (patch)
tree8ef7dbe7e8068894e09ec73e2cdf842e6a1a7858 /README.markdown
parentAdd a feature I like (diff)
downloadspsh-c7129922f126f8fa122d8421850528e26fb875e9.tar.gz
spsh-c7129922f126f8fa122d8421850528e26fb875e9.zip
Renamed project
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 88c6870..ec6d7d4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,5 @@
-sps: the shitposting shell
-==========================
+spsh: the shitposting shell
+===========================
An experimental Bourne-style shell for me to learn moar C. Don't actually use
this for any serious reason.
@@ -7,7 +7,7 @@ this for any serious reason.
You need to fully-qualify the programs and arguments you call at the moment,
like:
- sps$ /bin/grep pattern /home/user/file
+ spsh$ /bin/grep pattern /home/user/file
Installing
----------