log into your shell and pop open vi and enter:
01 0 * cd /path/to/script_dir/; ./scriptName
and save as /usr/home/userName/crontab
then type in: crontab -u userName /usr/home/userName/crontab
and every night at 12:01am the script will be executed by the crontab deamon