3 lines
87 B
Plaintext
3 lines
87 B
Plaintext
|
#!/bin/bash
|
||
|
local PLAYLIST="$(mpc lsplaylists | rofi -dmenu -p 'Play MPD Playlist: ')"
|