mirror of
https://github.com/trimstray/the-book-of-secret-knowledge.git
synced 2024-12-23 03:46:13 +00: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
|
||
|
|
||
|
}
|