This commit is contained in:
Bublik Karolina
2026-06-01 13:25:58 +03:00
parent dca4eab94d
commit 8ba127036a
2 changed files with 2 additions and 3 deletions

4
GCD_LCM.sh Normal file → Executable file
View File

@@ -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

1
script_LCM.sh Normal file → Executable file
View File

@@ -1,4 +1,3 @@
GNU nano 7.2 script_LCM.sh
#!/bin/bash
if [ $# -ne 2 ]; then