@@ -0,0 +1,12 @@
#!/bin/bash
echo "calculashion gcd and lcm"
echo "pls write first agr"
read num1
echo "pls write second agr"
read num2
gcd=$(./script_GCD.sh $num1 $num2)
echo "GCD for $num1 and $num2 is $gcd"
The note is not visible to the blocked user.