diff options
author | Rob Landley <rob@landley.net> | 2007-05-17 02:38:27 -0400 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-05-17 02:38:27 -0400 |
commit | f2f98fa34e9c00c2b5366fb6a9a912cf94f9a157 (patch) | |
tree | c6c558c472f3be6c7f907f45e1f7c1530b132fa9 /toys/Config.in | |
parent | 8e0520c3ac41b37ccd8937ce3a81f9ab04e2a189 (diff) | |
download | toybox-f2f98fa34e9c00c2b5366fb6a9a912cf94f9a157.tar.gz |
Add sleep.
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 ff4c68a3..fcec743e 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -217,6 +217,14 @@ config READLINK_FINAL -f Show final location, including normal files and multiple symlinks. +config SLEEP + bool "sleep" + default n + help + usage: sleep SECONDS + + Wait a decimal integer number of seconds. + config SYNC bool "sync" default n |