mirror of
https://github.com/trimstray/the-book-of-secret-knowledge.git
synced 2024-10-01 01:26:00 -04:00
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
|
function scg() {
|
||
|
|
||
|
/usr/bin/keychain $HOME/.ssh/id_rsa.blueservices.pl
|
||
|
source $HOME/.keychain/$HOSTNAME-sh
|
||
|
|
||
|
}
|