Minor EWW script cleanup

This commit is contained in:
Michael Bradley 2025-06-22 14:34:42 -04:00
parent 287df92d65
commit abbd3df78b
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
5 changed files with 23 additions and 35 deletions

View file

@ -1,4 +1,4 @@
#!/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 $@
"$(dirname "$0")"/network-statistics "$@"