Create oroper.sh

This commit is contained in:
Ankam Ravi Kumar
2018-05-17 23:05:01 +05:30
committed by GitHub
parent 8eecd89922
commit eeedb81177

7
oroper.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
#Website: https://arkit.co.in
if ! [[ $1 -lt 20 || $2 -ge 30 ]]; then
echo "Statement is True"
else
echo "Statment is False"
fi