8 lines
129 B
Bash
Executable File
8 lines
129 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
function ballchasing_lookup {
|
|
xdg-open "https://ballchasing.com/replay/$(rofi -dmenu)"
|
|
}
|
|
|
|
ballchasing_lookup
|