Give EWW scripts proper extensions
This commit is contained in:
parent
448bdfc231
commit
287df92d65
13 changed files with 11 additions and 11 deletions
4
eww/scripts/network-statistics-shell.sh
Executable file
4
eww/scripts/network-statistics-shell.sh
Executable file
|
@ -0,0 +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 $@
|
Loading…
Add table
Add a link
Reference in a new issue