From f2311a42a0751e7c039981857fcf60b40f36b475 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 4 Nov 2006 17:45:18 -0500 Subject: Add pwd. Consolidate toy list information under toylist.h. --- toys/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'toys/Config.in') 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 -- cgit v1.2.3