4 lines
158 B
Bash
Executable file
4 lines
158 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
|
|
"$(dirname "$0")"/network-statistics "$@"
|