diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2021-10-28 14:34:10 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2021-10-28 14:34:10 +0200 |
commit | f1a0129b36d9abb96669d08e09ea4b958bc99b54 (patch) | |
tree | 376bc896952cbc82f98ab03ad96ae2f42ed41ea3 /bin | |
parent | 3042676cabc0dcd139524e3141da4bf531f51d13 (diff) |
analyze-config is legacy
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/analyze-config.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/analyze-config.py b/bin/analyze-config.py index ca07980..54fde23 100755 --- a/bin/analyze-config.py +++ b/bin/analyze-config.py @@ -1,4 +1,13 @@ #!/usr/bin/env python3 + +# _ ____ _ +# | | ___ __ _ __ _ ___ _ _ / ___|___ __| | ___ +# | | / _ \/ _` |/ _` |/ __| | | | | | / _ \ / _` |/ _ \ +# | |__| __/ (_| | (_| | (__| |_| | | |__| (_) | (_| | __/ +# |_____\___|\__, |\__,_|\___|\__, | \____\___/ \__,_|\___| +# |___/ |___/ + + """ analyze-config - generate NFP model from system config benchmarks |