Files
tint2/packaging/update_version_status.sh
2017-09-12 23:07:57 +02:00

20 lines
216 B
Bash
Executable File

#!/bin/bash
exec > ~/tint2.runner-version.log
exec 2>&1
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