Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › TCL in Crontab Problem › Reply To: TCL in Crontab Problem
October 31, 2005 at 6:20 pm
#57689
Anonymous
Participant
#!/usr/bin/sh
# reload using exec but make it a comment for tcl
exec hcitcl “$0” “$@”
The first line may vary depending on your unix version
#!/usr/bin/sh is for aix
the sh exec will use the environment variables to find hcitcl
and root must be set