fish: Add flveri
This commit is contained in:
parent
7c6cb25130
commit
84a7f938fb
1 changed files with 7 additions and 0 deletions
7
fish/functions/flveri.fish
Normal file
7
fish/functions/flveri.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue