6 lines
95 B
Plaintext
Executable File
6 lines
95 B
Plaintext
Executable File
if [ ${1:$var} -gt ${2:$other} ]; then
|
|
echo 'Greater than $2'
|
|
else
|
|
echo 'Less than $2'
|
|
fi
|