@@ -0,0 +1,6 @@
#!/bin/bash
a=$1
b=$2
gcd=$(./script1.sh $a $b)
lcm=$((a * b / gcd))
echo $lcm
The note is not visible to the blocked user.