diff toys/Config.in @ 21:6475d6c46066

Add pwd. Consolidate toy list information under toylist.h.
author Rob Landley <rob@landley.net>
date Sat, 04 Nov 2006 17:45:18 -0500
parents 3981c96f9285
children eb46bb5626cb
line wrap: on
line diff
--- a/toys/Config.in	Fri Nov 03 00:05:52 2006 -0500
+++ b/toys/Config.in	Sat Nov 04 17:45:18 2006 -0500
@@ -34,6 +34,14 @@
 	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