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