always-online-stun/run.sh
2021-11-17 16:35:30 +00:00

9 lines
182 B
Bash
Executable File

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