Compare commits

..

3 Commits

Author SHA1 Message Date
Bublik Karolina
f1b542ff24 newfile in feature 2026-06-02 16:07:37 +03:00
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
3 changed files with 3 additions and 3 deletions

4
GCD_LCM.sh Normal file → Executable file
View File

@@ -6,7 +6,7 @@ read num1
echo "Введите второе число:" echo "Введите второе число:"
read num2 read num2
./script_nok.sh $num1 $num2 ./script_GCD.sh $num1 $num2
./script_nod.sh $num1 $num2 ./script_LCM.sh $num1 $num2

1
newfile Normal file
View File

@@ -0,0 +1 @@
FILE FOR CONFLICT FROM FEATURE

1
script_LCM.sh Normal file → Executable file
View File

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