Strip log messages

This commit is contained in:
pradt2 2021-11-17 16:35:30 +00:00
parent f924235a83
commit e023fa81b9

6
run.sh
View File

@ -2,12 +2,8 @@
cd "$(dirname "$0")"
timestamp=$(date --utc)
git checkout master && \
echo "Checked out master" && \
git pull && \
echo "Pulled from master" && \
cargo run && \
echo "Ran the task using Cargo" && \
git add . && \
git commit -m "Check ${timestamp}" && \
git push && \
echo "Pushed the latest version"
git push