blob: a3495026b462bb7c38ea47cc14cae8aaf8848ded (
plain) (
blame)
1
2
3
|
#!/bin/sh
#uristart.log /should/ already be uniq'd because of uristart's code now, but might as well not rely on it.
uristart $(cat ~/.cache/uristart.log | sort | uniq | dmenu -p url\> | cut '-d ' -f1)
|