diff options
author | June McEnroe <june@causal.agency> | 2019-06-28 22:28:32 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-06-28 22:28:32 -0400 |
commit | 726e6587f20e3e42cffba666fb69b0b0e392637e (patch) | |
tree | bcd821e8c9c3dd1a4e08fcd12c8a2f156afb3109 /bin/1sh/.gitignore | |
parent | Set HISTSIZE in catsh (diff) | |
download | src-726e6587f20e3e42cffba666fb69b0b0e392637e.tar.gz src-726e6587f20e3e42cffba666fb69b0b0e392637e.zip |
Rename catsh to 1sh
Yes it's another rename because I felt like catsh was too long. 1sh is short and unique.
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/.gitignore (renamed from bin/catsh/.gitignore) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/catsh/.gitignore b/bin/1sh/.gitignore index b17c0219..54db1cf1 100644 --- a/bin/catsh/.gitignore +++ b/bin/1sh/.gitignore @@ -1,8 +1,8 @@ *.o .depend +1sh builtins.c builtins.h -catsh config.mk mknodes mksyntax |