mirror of
https://github.com/rwxrob/dot
synced 2024-11-16 21:25:29 +00:00
4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
|
#!/bin/sh
|
||
|
test -z "$1" && latest && exit;
|
||
|
git tag -f "$1" && git push -f origin "$1"
|