Blob


1 This directory is for additional contributed files which may be
2 useful.
4 Dockerfile
6 Sample Dockerfile to build alpine-based gmid images.
8 gmid
10 Sample rc(8) script for OpenBSD, to be placed in /etc/rc.d.
12 gmid.service
14 Simple systemd service file.
16 vim
18 Syntax highlighting of gmid configuration for vim, to be
19 placed into ~/.vim/ or /usr/share/vim/vimfiles/.
21 To enable Syntastic checker, put this line in your vimrc:
23 let g:syntastic_gmid_checkers = ['gmid']