mirror of https://github.com/zulip/zulip.git
3 lines
163 B
Plaintext
3 lines
163 B
Plaintext
|
#!/bin/sh
|
||
|
env KRB5CCNAME=/tmp/krb5cc_1000.tmp kinit -k -t /home/humbug/tabbott.extra.keytab tabbott/extra@ATHENA.MIT.EDU; mv /tmp/krb5cc_1000.tmp /tmp/krb5cc_1000
|