From 23f44a53708ee460b25e070de28c7c42165b3087 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 14 Oct 2020 20:48:46 +0300 Subject: Check arguments passed to cd --- man/rs.1.scd | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 man/rs.1.scd (limited to 'man/rs.1.scd') diff --git a/man/rs.1.scd b/man/rs.1.scd new file mode 100644 index 0000000..f6ac4ef --- /dev/null +++ b/man/rs.1.scd @@ -0,0 +1,25 @@ +rs(1) + +# NAME + +rs - yet another shell + +# DESCRIPTION + +This is yet another shell + +# BUILTINS + +## cd(new_dir) +change directory to new_dir + +## exit +quit the shell +TODO: check background jobs + +# SEE ALSO +rs(5) for configuration options + +# AUTHORS +Maintained by Aqua . The source code can be found +at https://neueland.iserlohn-fortress.net/cgit/rshell/. -- cgit v1.2.1