misc utils

This commit is contained in:
2018-02-11 01:03:30 +05:30
committed by GitHub
parent 12af15990e
commit b418e4998d
+5
View File
@@ -0,0 +1,5 @@
addSsh(){
mkdir -p ~/.ssh && read rsa && echo "$rsa" >> ~/.ssh/authorized_keys
}