crontab -l:
* * * * * /Users/michel/Desktop/myScript.sh
myScript.sh:
#!/bin/bash
/usr/local/bin/growlnotify -t 'Fact' -m "$(/Users/michel/Desktop/anotherScript.sh data.txt)" -n 'myApp'
यह एक त्रुटि नहीं बताता है, लेकिन बढ़ने का संदेश खाली है, इसलिए "$(/Users/michel/Desktop/anotherScript.sh data.txt)"
काम नहीं किया।
लेकिन अगर मैं /usr/local/bin/growlnotify -t 'Fact' -m "$(/Users/michel/Desktop/anotherScript.sh data.txt)" -n 'myApp'
मैन्युअल रूप से योजनाबद्ध तरीके से काम करता हूं, तो मैं bash से निष्पादित करता हूं ।
stty
कमांडों पर टूट गया था )