Compare commits

2 Commits

Author SHA1 Message Date
ae88fcad92 Merge pull request 'Конечный файл' (#2) from Feature into main
Reviewed-on: #2
2026-02-28 14:44:30 +03:00
2e71ac2a79 Конечный файл 2026-02-28 14:41:31 +03:00

8
file.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo 'Введите число 1:'
echo 'Введите число 2:'
nod=$(./naibolshiy_obchiy_delitel.sh $1 $2)
nok=$(./NOK.sh $1 $2)
echo 'НОК:' $nok
echo 'НОД:' $nod