Initial commit.
This commit is contained in:
5
vim/snippets/sh/gt.snippet
Executable file
5
vim/snippets/sh/gt.snippet
Executable file
@@ -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