Browse Source

misc utils

pull/1/head
Harish K 8 years ago
committed by GitHub
parent
commit
b418e4998d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      home/.utils.sh

5
home/.utils.sh

@ -0,0 +1,5 @@
addSsh(){
mkdir -p ~/.ssh && read rsa && echo "$rsa" >> ~/.ssh/authorized_keys
}
Loading…
Cancel
Save