always-online-stun/run.sh

10 lines
175 B
Bash
Raw Normal View History

2021-11-17 20:51:32 +08:00
#!/bin/bash
cd "$(dirname "$0")"
2021-11-17 21:04:19 +08:00
timestamp=$(date --utc)
2021-11-17 20:51:32 +08:00
git checkout master && \
git pull && \
cargo run && \
git add . && \
git commit -m "Check ${timestamp}" && \
git push