tint2/packaging/update_version_status.sh

17 lines
171 B
Bash
Raw Normal View History

2017-09-12 20:56:25 +00:00
#!/bin/bash
set -e
set -x
cd ~/tint2.wiki
git reset --hard
git pull
./version_status.py > ./tint2.wiki/packaging.md
git commit -am 'Update packaging info'
git push