index
:
dotfiles
master
Where I store my little bits of command line magic
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
strip_openvpn_cfg.sh
blob: be7027339a5c7766c302a1653d318ab1ee90c7c6 (
plain
) (
blame
)
1
2
#!/bin/sh cat $@ | sed -re'/^(;|#)/d' -e'/^$/d'