diff options
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in index 89481bde..2120636c 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -34,6 +34,14 @@ config HELLO help A hello world program. You don't need this. +config PWD + bool "pwd" + default n + help + usage: pwd + + The print working directory command prints the current directory. + config TOYSH bool "sh (toysh)" default n |