Commit 9186e0e7 authored by catch's avatar catch
Browse files

Issue #3454357 by quietone, longwave: Remove example cron scripts

(cherry picked from commit 9ad6e113)
parent 5157fe91
Loading
Loading
Loading
Loading
Loading

core/scripts/cron-curl.sh

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
#!/bin/sh

curl --silent --compressed http://example.com/cron/YOURKEY

core/scripts/cron-lynx.sh

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
#!/bin/sh

/usr/bin/lynx -source http://example.com/cron/YOURKEY > /dev/null 2>&1