4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git pull --quiet
|
|
git tag | tr - \~ | sort -V | tr \~ - | tail -n 1 |