Alert message (line in etmdata .text file):
* Feed Jack's dog (silly) @d Apr 7 2012 @a5 @s 4:05pm @e+0
Alert command:
alertcmd = '''msgat -c yellow/reverse now %(m)s [etm %(T)s]'''
My shell script "msgat" writes it's arguments to a file,
but the actual command doesn't matter since the call to
os.system() gets a shell error from the arguments before
it can execute anything.
sh: Syntax error: Unterminated quoted string
In the above case it fails on the single quote in "jack's"
but if that is removed it would then fail on the parenthesis
in "(silly)".