Initial commit
This commit is contained in:
22
.vim/templates/py
Normal file
22
.vim/templates/py
Normal 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
|
||||
|
||||
.
|
||||
Reference in New Issue
Block a user