Initial commit.
This commit is contained in:
4
vim/snippets/sh/for/times-sequence.snippet
Executable file
4
vim/snippets/sh/for/times-sequence.snippet
Executable file
@@ -0,0 +1,4 @@
|
||||
for ${1:i} in {${2:1}..${3:10}}
|
||||
do
|
||||
echo "$$1"
|
||||
done
|
||||
Reference in New Issue
Block a user