From 7d1de63fd3d7d027ce577728452208d5460fb690 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 28 Jan 2012 12:28:31 +0100 Subject: [PATCH 1/1] added example cron job shell script --- hnb-cron.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 hnb-cron.sh diff --git a/hnb-cron.sh b/hnb-cron.sh new file mode 100755 index 0000000..c20d955 --- /dev/null +++ b/hnb-cron.sh @@ -0,0 +1,3 @@ +#!/bin/sh -x + +curl http://www.hnb.hr/tecajn/f`date +%d%m%y`.dat | /srv/koha-hnb-currency-import/hnb.pl | mysql -uroot koha -- 2.20.1