mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
moving nolonger used tools/*.json to scripts debrecated
Signed-off-by: smileyrekiere <smileyrekiere@gmail.com> Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
Chuck SmileyRekiere
parent
051f82950d
commit
e4ca8851a3
21
py-scripts/scripts_deprecated/lf_header_template.py
Normal file
21
py-scripts/scripts_deprecated/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