Fetcher: initial version of the shell script triggered by a cron job

master
Kasownik 2017-01-12 07:00:57 +01:00
parent b2d9080e39
commit 0a88340df8
1 changed files with 2 additions and 0 deletions

2
fetch/fetch.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
echo "$(date): Fetch started." >> fetch.log