3 lines
82 B
Bash
Executable file
3 lines
82 B
Bash
Executable file
#!/bin/bash
|
|
read -p URL? url
|
|
xdg-open "https://icons.duckduckgo.com/ip2/$url.ico"
|