4 lines
172 B
Bash
Executable file
4 lines
172 B
Bash
Executable file
#!/bin/env sh
|
|
|
|
# EWW doesn't seem to like listening to Python scripts directly, but this wrapper seems to work fine
|
|
python -OO "$(dirname "$0")"/network_statistics.py "$@"
|