From ef8ea2e276f741ea8ca7b770ef21618b607ab653 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 19 May 2023 21:56:32 +1000 Subject: [PATCH] readme: Added echo command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3641df5..3a42ddc 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Or you can just tell me in person on Friday. - `cd ` - Change directory (disabled for you atm) - `help` or `man` - Get help about a command (some commands need one or the other) - `su` - Switch user Eg. `su gituser` (you will be prompted for the password) + - `echo \` - Print the value of a variable (eg. `echo $flag`) - `logout` - Log out of the server (also `Ctrl+D`) ### Without SSH