rwxrob-dot/scripts/wiki

9 lines
115 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
wiki () {
url=$(urlencode "$*")
lynx "https://en.wikipedia.org/wiki/Special:Search/$url"
}
wiki $*