Run a shell script using cron
- by Blanca
Hi!
I have this FeedIndexer.sh:
#!/bin/sh java -jar FeedIndexer.jar
Just to run FeedIndexer.jar which is in the same directory as the .sh, I would like to run it using crontab, so I did this:
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this…