1
1
Fork 0

fish: Add flveri

This commit is contained in:
Jonathan Schleifer 2022-11-25 21:46:32 +00:00
parent 7c6cb25130
commit 84a7f938fb

View file

@ -0,0 +1,7 @@
function flveri
if not set -q argv[1]
set argv[1] current
end
echo -e "\033[1m$argv[1]\033[0m"
fossil artifact "$argv[1]" | gpg --verify
end