diff --git a/GCD_LCM.sh b/GCD_LCM.sh old mode 100644 new mode 100755 index 7000d4d..4690549 --- a/GCD_LCM.sh +++ b/GCD_LCM.sh @@ -6,7 +6,7 @@ read num1 echo "Введите второе число:" read num2 -./script_nok.sh $num1 $num2 +./script_GCD.sh $num1 $num2 -./script_nod.sh $num1 $num2 +./script_LCM.sh $num1 $num2 diff --git a/script_LCM.sh b/script_LCM.sh old mode 100644 new mode 100755 index f2eddae..a2c7d9a --- a/script_LCM.sh +++ b/script_LCM.sh @@ -1,4 +1,3 @@ - GNU nano 7.2 script_LCM.sh #!/bin/bash if [ $# -ne 2 ]; then