Files
2024-05-23 17:37:50 +00:00

6 lines
212 B
Fish

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