17 lines
422 B
Plaintext
17 lines
422 B
Plaintext
:insert
|
|
#!/usr/bin/env python
|
|
#===============================================================================
|
|
# FILE:
|
|
# USAGE:
|
|
# DESCRIPTION:
|
|
# OPTIONS:
|
|
# REQUIREMENTS:
|
|
# NOTES:
|
|
# AUTHOR:
|
|
# CREATED:
|
|
#===============================================================================
|
|
|
|
set -o nounset # Treat unset variables as an error
|
|
|
|
.
|