Create mkccache.fish

This commit is contained in:
Pyro57000
2024-05-23 17:37:50 +00:00
committed by GitHub
parent 7d0be9cad2
commit 528877a71c

View File

@@ -0,0 +1,5 @@
function mkccache
echo $argv[1] | string replace -a " " "" | string replace \n "" | base64 -d > ./ticket.kirbi
ticketConverter.py ./ticket.kirbi ./ticket.ccache
export KRB5CCNAME=$(pwd)/ticket.ccache
end