Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a=10
- b=$((2*10))
- c=$((a+b/2))
- c=$(((2+3)*10))
- div=$((c/2))
- res=$((b%c))
- echo "variables: a = $a, b = $b, c = $c, div = $div, res = $res"
- echo $'\n'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement