Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 7858] config_query_string time-out

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 7858] config_query_string time-out
  • Date: Sun, 19 Dec 2004 22:25:43 -0800 (PST)

http://bugs.sourcemage.org/show_bug.cgi?id=7858





------- Additional Comments From pmahon AT sourcemage.org 2004-12-19 22:25
-------
This snippet might help, it'll timout in 5 seconds if nothing is given, if a
single key is pressed, it'll wait until enter is pressed.

DELAY=5
read -t $DELAY -n 1 FOO_first
if [[ $FOO_first ]] ; then
read FOO_rest
fi
FOO="${FOO_first}${FOO_rest}"
echo "[$FOO]";

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page