diff options
author | andimik <andimik@yahoo.de> | 2021-04-06 23:11:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 23:11:36 +0200 |
commit | 0136ed44ee5ea07d7bacd36c78bfe8977a44d5ef (patch) | |
tree | e207ae92c77e8a5f0591a61b7372c44cfe132358 /yamlexample.py | |
parent | 9d950a4a44f276aa956972439fdfce5a0cec28fc (diff) | |
download | etisnoop-0136ed44ee5ea07d7bacd36c78bfe8977a44d5ef.tar.gz etisnoop-0136ed44ee5ea07d7bacd36c78bfe8977a44d5ef.tar.bz2 etisnoop-0136ed44ee5ea07d7bacd36c78bfe8977a44d5ef.zip |
yamlexample.py for Ubuntu 20.04 hint
Diffstat (limited to 'yamlexample.py')
-rwxr-xr-x | yamlexample.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yamlexample.py b/yamlexample.py index 7001b23..6bd73e1 100755 --- a/yamlexample.py +++ b/yamlexample.py @@ -3,6 +3,9 @@ # An example on how to read the YAML output from etisnoop # Pipe etisnoop to this script # +# On Ubuntu 20.04+ install the following package: +# `sudo apt install python-is-python3` +# # License: public domain import sys |