See also entry in DESCRIPTION file
Usage: pro_ready [options] [message]
This scripts rings a bell and shows an information window.
Use this script if you perform something long in a seperate window.
Type "pro_ready" ahead and you will automatically receive a message
stating that the long command is finished.
You can give an other message line by adding it on the commandline:
example: pro_ready "Backup is finished"
options: -h => this help screen
-t => terminal mode
Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl
WWW: utopia.knoware.nl/~ocorten
################################################################################
# History:
#
# 990413 Added -t option.
# 980401 Changed inform to xconfirm and added LINE parameter
# 960312 Started history, changed inform message to "`whoami` `pwd` `uname -n`: Finished ..."
#
################################################################################
|