create .ssh if not already exist

This commit is contained in:
Anton Volnuhin 2024-05-17 23:33:14 +03:00
parent d41c1fde91
commit 1681799462

View File

@ -5,6 +5,9 @@ USER=$(whoami)
Green='\033[0;32m' # Green
NC='\033[0m' # No Color
cd
mkdir .ssh
echo -e "