always-online-stun/run.sh
2021-11-17 15:04:19 +02:00

10 lines
175 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")"
timestamp=$(date --utc)
git checkout master && \
git pull && \
cargo run && \
git add . && \
git commit -m "Check ${timestamp}" && \
git push