7 lines
119 B
Bash
Executable File
7 lines
119 B
Bash
Executable File
#!/bin/bash
|
||
|
||
nod=$(./naibolshiy_obchiy_delitel.sh $1 $2)
|
||
nok=$(./NOK.sh $1 $2)
|
||
echo 'НОК:' $nok
|
||
echo 'НОД:' $nod
|