Re: Custom notification

Chieu Nguyen <[email protected]> Mon, 12 May 2003 10:23:31 -0500
Newsgroups gmane.network.bb4.devel
Message-ID <[email protected]>
yes, to both questions.

Jeff Stoner wrote:

>On Mon, 2003-05-12 at 11:05, Chieu Nguyen wrote:
>  
>
>>Also, here is the listing of my script:
>>
>>#!/bin/sh
>>
>># just printing out the arguments via java class
>>
>>java -cp /mastars/src/util UserDir "test1 test2 test3" > tmp.txt 2>&1
>>
>>exit 0
>>
>>
>>I have search the mail archive lists and follow some of the suggestions. 
>>I still can't get the script to execute.
>>
>>
>>Any help would be appreciated.
>>    
>>
>
>I'll ask the obvious just to get it out of the way:
>
>- are the proper bits set on the script (execute)?
>- does the script work if you execute it by hand?
>
>  
>