forked from colonelpanic/dotfiles
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
function ballchasing_lookup {
|
||
|
xdg-open "https://ballchasing.com/replay/$(rofi -dmenu)"
|
||
|
}
|
||
|
|
||
|
ballchasing_lookup
|