Add files via upload

This commit is contained in:
Tahinli 2022-12-12 15:06:53 +03:00 committed by GitHub
parent a22464b125
commit e3f2fe3a7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@ echo " 2- Join- Linear_Extended"
echo " 3- Mirror"
echo " 4- First Monitor Only"
echo " 5- Second Monitor Only"
echo " 6- Seconf Monitor Only-Vertical"
echo " 6- Second Monitor Only-Vertical"
read selection
if [[ $selection > 0 ]] && [[ $selection < 7 ]];
then