always-online-stun/run.sh
2022-04-10 19:11:56 +03:00

10 lines
197 B
Bash
Executable File

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