From 2e71ac2a79458b1e0e6b9b5f845b2bf010cc3428 Mon Sep 17 00:00:00 2001 From: 24_PolujanovVE <24_PolujanovVE@iux.local> Date: Sat, 28 Feb 2026 14:41:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D0=B5=D1=87=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20=D1=84=D0=B0=D0=B9=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- file.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 file.sh diff --git a/file.sh b/file.sh new file mode 100755 index 0000000..036c9bd --- /dev/null +++ b/file.sh @@ -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