dotfiles/.local/bin/scripts/favicon
2021-01-23 19:55:22 +01:00

3 lines
82 B
Bash
Executable file

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