mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-20 20:14:57 +00:00
lf_header_template.py : basic header example for scripts,
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
21
py-scripts/tools/lf_header_template.py
Normal file
21
py-scripts/tools/lf_header_template.py
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
'''
|
||||||
|
NAME: <file name>
|
||||||
|
|
||||||
|
PURPOSE:
|
||||||
|
<what does the script do>
|
||||||
|
|
||||||
|
EXAMPLE:
|
||||||
|
<example of how to run the script command line parameters>
|
||||||
|
|
||||||
|
SETUP:
|
||||||
|
<special setup to run the sript>
|
||||||
|
|
||||||
|
NOTES:
|
||||||
|
<Include setup, other information that would be helpful to the user>
|
||||||
|
|
||||||
|
COPYRIGHT:
|
||||||
|
Copyright 2021 Candela Technologies Inc
|
||||||
|
|
||||||
|
INCLUDE_IN_README
|
||||||
|
'''
|
||||||
Reference in New Issue
Block a user