chore: cleanup
This commit is contained in:
9
configs/wofi/scripts/open-localhost
Executable file
9
configs/wofi/scripts/open-localhost
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
xdg-open "http://localhost:$(sed '1,/^### DATA ###$/d' $0 | wofi --show dmenu -i | cut -d ' ' -f 1 | tr -d '\n')"
|
||||
exit
|
||||
### DATA ###
|
||||
8000
|
||||
8080
|
||||
3000
|
||||
3001
|
||||
80
|
Reference in New Issue
Block a user