Initial commit

This commit is contained in:
Chuck Hawley (chawley/shawshank)
2017-10-10 16:53:19 -04:00
parent 54b83247e7
commit 029cee5f7c
19 changed files with 2950 additions and 1 deletions

22
.vim/templates/py Normal file
View File

@@ -0,0 +1,22 @@
:insert
#!/usr/bin/env python
#===============================================================================
#
# FILE:
#
# USAGE:
#
# DESCRIPTION:
#
# OPTIONS:
# REQUIREMENTS:
# NOTES:
# AUTHOR:
# ORGANIZATION:
# CREATED:
# REVISION:
#===============================================================================
set -o nounset # Treat unset variables as an error
.