3 lines
115 B
Bash
Executable file
3 lines
115 B
Bash
Executable file
#!/bin/bash
|
|
# Extract the icon of a given page using duckduckgo
|
|
xdg-open "https://icons.duckduckgo.com/ip2/$1.ico"
|