Initial commit.
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
if [ ${1:$var} -gt ${2:$other} ]; then
|
||||
echo 'Greater than $2'
|
||||
else
|
||||
echo 'Less than $2'
|
||||
fi
|
||||
Reference in New Issue
Block a user