mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-06-19 12:45:34 +00:00
7 lines
133 B
Fish
Executable file
7 lines
133 B
Fish
Executable file
#!/usr/bin/env fish
|
|
if command -q prime-run
|
|
prime-run /usr/bin/streamlink-twitch-gui
|
|
else
|
|
/usr/bin/streamlink-twitch-gui
|
|
end
|