Files
fastfetch/get-version.fish

9 lines
135 B
Fish
Executable File

#!/usr/bin/fish
cd fastfetch
git fetch --tags -f
git describe --tags --debug
cd -
grep -rE "[[:space:]]VERSION[[:space:]]" fastfetch