6 lines
212 B
Fish
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
|