dotfiles/.local/bin/favicon
2020-03-08 19:58:52 +01:00

3 lines
82 B
Bash
Executable file

#!/bin/bash
read -p URL? url
xdg-open "https://icons.duckduckgo.com/ip2/$url.ico"