Skip to content

Commit eeedb81

Browse files
author
Ankam Ravi Kumar
authored
Create oroper.sh
1 parent 8eecd89 commit eeedb81

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

oroper.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
#Website: https://arkit.co.in
3+
if ! [[ $1 -lt 20 || $2 -ge 30 ]]; then
4+
echo "Statement is True"
5+
else
6+
echo "Statment is False"
7+
fi

0 commit comments

Comments
 (0)