Initial commit.
This commit is contained in:
6
vim/snippets/sh/$#.snippet
Executable file
6
vim/snippets/sh/$#.snippet
Executable file
@@ -0,0 +1,6 @@
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "${1:#missing arguments}"
|
||||
exit 1
|
||||
else
|
||||
${2:#action}
|
||||
fi
|
||||
Reference in New Issue
Block a user