Create mkccache.fish
This commit is contained in:
5
fish_functions/mkccache.fish
Normal file
5
fish_functions/mkccache.fish
Normal 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
|
||||
Reference in New Issue
Block a user