diff --git a/fish_functions/mkccache.fish b/fish_functions/mkccache.fish new file mode 100644 index 0000000..3df26d4 --- /dev/null +++ b/fish_functions/mkccache.fish @@ -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