diff options
-rwxr-xr-x | solter.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/usr/bin/env python3 +""" Alter the socket options of a running process """ + import argparse import subprocess import logging |
index : solter.git | ||
Unnamed repository; edit this file 'description' to name the repository. | git repository hosting |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | solter.py | 2 |
@@ -1,5 +1,7 @@ #!/usr/bin/env python3 +""" Alter the socket options of a running process """ + import argparse import subprocess import logging |