#!/bin/bash echo "Введите 1е число:" read num1 echo "Введите 2е число:" read num2 echo "Результаты:" ./GCD.sh $num1 $num2 ./script_LCM.sh $num1 $num2