Конечный файл #2

Merged
24_PolujanovVE merged 1 commits from Feature into main 2026-02-28 14:44:31 +03:00
Showing only changes of commit 2e71ac2a79 - Show all commits

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