transmission-blocklist/newtag.sh

5 lines
57 B
Bash
Raw Normal View History

2021-12-29 15:27:40 +01:00
#!/bin/bash
git tag $(date +"%Y.%m.%d")
git push --tags