Compare commits

...

2 Commits

Author SHA1 Message Date
Bublik Karolina
8ba127036a Fix 2026-06-01 13:25:58 +03:00
dca4eab94d Merge pull request 'feature' (#1) from feature into master
Reviewed-on: #1
2026-03-23 00:46:15 +03:00
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