rwxrob-dot/scripts/goduckyourself

5 lines
95 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
url="https://duckduckgo.com/?kd=-1&kp=-1&q=$(urlencode "$*")"
wee "$url"
echo "$url"