.dotfiles/configs/wofi/open-localhost

10 lines
163 B
Plaintext
Raw Normal View History

2022-03-14 19:21:46 +01:00
#!/bin/bash
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