Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
TEXT
108
A 10 then if true echo A is great than 5
Guest on 27th November 2024 06:23:08 AM
#!/bin/bash
A=10
if [ $A -gt 5 ] then
is true
echo "A is greater than 3"
fi
Raw Paste
#!/bin/bash A=10 if [ $A -gt 5 ] then is true echo "A is greater than 3" fi
Login
or
Register
to edit or fork this paste. It's free.