rwxrob-dot/scripts/rwxrob

10 lines
149 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/usr/bin/env bash
url="https://github.com/rwxrob/rwxrob/search?q=$(urlencode $*)"
if [[ -n $MYVIMRC ]]; then
echo "$url"
else
wee "$url"
fi