create .ssh if not already exist
This commit is contained in:
parent
d41c1fde91
commit
1681799462
@ -5,6 +5,9 @@ USER=$(whoami)
|
||||
Green='\033[0;32m' # Green
|
||||
NC='\033[0m' # No Color
|
||||
|
||||
cd
|
||||
mkdir .ssh
|
||||
|
||||
echo -e "
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user