always-online-stun/run.sh

10 lines
173 B
Bash
Raw Normal View History

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