rwxrob-dot/scripts/goduckyourself
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

5 lines
95 B
Bash
Executable File

#!/bin/sh
url="https://duckduckgo.com/?kd=-1&kp=-1&q=$(urlencode "$*")"
wee "$url"
echo "$url"