2
0
mirror of https://github.com/codl/forget synced 2024-12-12 00:19:52 +01:00
forget-cancellare-vecchi-toot/tools/write-version.sh

6 lines
189 B
Bash
Raw Normal View History

2017-08-07 14:51:33 +02:00
#!/bin/bash
cd $(dirname $0)/..
git describe --tags --long --always | python -c 'from jinja2 import Template; print(Template("version=\"{{input}}\"").render(input=input()))' > version.py