git.nynim.org
/
dotfiles.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
.vimrc: Use vim-pandoc for syntax=markdown
[dotfiles.git]
/
bin
/
headers
1
#!/bin/sh
2
curl
-sv
"$@"
2
>&
1
>/
dev
/
null
|
3
grep
-v
"^\*"
|
4
grep
-v
"^}"
|
5
cut
-c3-