Skip to content
Snippets Groups Projects
Commit d5bbc8f1 authored by x2004933's avatar x2004933 :confused:
Browse files

Use bash for cron.sh

parent 78dcb3b8
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#!/usr/bin/env bash
cd $(dirname "$0")
URL="https://www.utwente.nl/en/educational-systems/about_the_applications/canvas/policies/privacy-statement/"
......@@ -11,5 +11,3 @@ wget -q -O "${SITE_DIR}/index.html" "${URL}"
git add site
git commit -m "Update at $(date '+%F %T')" >/dev/null
git push
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment