diff --git a/home/.utils.sh b/home/.utils.sh new file mode 100644 index 0000000..ea982a3 --- /dev/null +++ b/home/.utils.sh @@ -0,0 +1,5 @@ + +addSsh(){ + mkdir -p ~/.ssh && read rsa && echo "$rsa" >> ~/.ssh/authorized_keys +} +