2 lines
67 B
Bash
Executable file
2 lines
67 B
Bash
Executable file
#!/bin/sh
|
|
urlscan -n | dmenu | xargs --no-run-if-empty qutebrowser
|