3 lines
67 B
Plaintext
3 lines
67 B
Plaintext
|
#!/bin/sh
|
||
|
urlscan -n | dmenu | xargs --no-run-if-empty qutebrowser
|