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
2424e469d7
dotfiles
/
emacs
/
.emacs.d
/
snippets
/
sh-mode
/
args
7 lines
87 B
Plaintext
Raw
Blame
History
# -*- mode: snippet -*-
# name:args
# key: args
# --
if [ $# -lt ${1:2} ]
then $0
fi
Reference in New Issue
View Git Blame
Copy Permalink