mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-12-28 09:59:00 +01:00
7 lines
113 B
Text
7 lines
113 B
Text
|
function scg() {
|
||
|
|
||
|
/usr/bin/keychain $HOME/.ssh/id_rsa.blueservices.pl
|
||
|
source $HOME/.keychain/$HOSTNAME-sh
|
||
|
|
||
|
}
|