GeoLite.mmdb/newtag.sh

5 lines
57 B
Bash
Raw Normal View History

2021-11-07 17:28:28 +01:00
#!/bin/bash
git tag $(date +"%Y.%m.%d")
git push --tags