Compare commits
2 Commits
94236ff347
...
8ba127036a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ba127036a | ||
| dca4eab94d |
4
GCD_LCM.sh
Normal file → Executable file
4
GCD_LCM.sh
Normal file → Executable 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
script_LCM.sh
Normal file → Executable file
1
script_LCM.sh
Normal file → Executable file
@@ -1,4 +1,3 @@
|
|||||||
GNU nano 7.2 script_LCM.sh
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ $# -ne 2 ]; then
|
if [ $# -ne 2 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user