creat existing folders

This commit is contained in:
Shihaam Abdul Rahman 2023-01-09 20:22:06 +05:00
parent e81e4d9e61
commit 73c6a8b1a0
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -40,8 +40,8 @@ then
fi
###################################################################
b
###################################################################
mkdir $HOME/.scripts $HOME/.shortcuts
mkdir $HOME/.scripts $HOME/.shortcuts -p
ln -s ./scripts/* $HOME/.scripts/
###################################################################