Magellan Linux

Diff of /alx-src/trunk/tinyalxconfig-ng/functions/mysqlfunctions

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 386 by niro, Wed Jun 4 16:47:56 2008 UTC revision 420 by niro, Wed Jun 4 21:06:16 2008 UTC
# Line 6  Line 6 
6  #  #
7  # Niels Rogalla <niro@magellan-linux.de>  # Niels Rogalla <niro@magellan-linux.de>
8  #  #
9  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/mysqlfunctions,v 1.1 2008-06-04 16:47:56 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/mysqlfunctions,v 1.2 2008-06-04 21:06:16 niro Exp $
10    
11  mysql_command()  mysql_command()
12  {  {
# Line 110  EOF Line 110  EOF
110  beep3x()  beep3x()
111  {  {
112   echo -en "\a"   echo -en "\a"
113   sleep 0.7   sleep 1
114   echo -en "\a"   echo -en "\a"
115   sleep 0.7   sleep 1
116   echo -en "\a"   echo -en "\a"
117  }  }
118    

Legend:
Removed from v.386  
changed lines
  Added in v.420