rwxrob-dot/scripts/vids

10 lines
153 B
Plaintext
Raw Normal View History

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