This website requires JavaScript.
Explore
Help
Sign In
tudattr
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
25339689bc
dotfiles
/
emacs
/
.emacs.d
/
snippets
/
sh-mode
/
for loop
7 lines
99 B
Plaintext
Raw
Blame
History
# -*- mode: snippet -*-
# name: for loop
# key: for
# --
for ${1:var} in ${2:stuff}; do
$0
done
Reference in New Issue
View Git Blame
Copy Permalink