Skip to content

Instantly share code, notes, and snippets.

@cirrusUK
Created March 14, 2020 01:09
Show Gist options
  • Save cirrusUK/60ca0ff7d6f03be1df8502d3ee9b6196 to your computer and use it in GitHub Desktop.
Save cirrusUK/60ca0ff7d6f03be1df8502d3ee9b6196 to your computer and use it in GitHub Desktop.
#!/bin/bash
dmenu_text=$(cat /home/cirrus/Documents/mp3.txt | shuf | bemenu -l 17 -p PLay)
dmenu_exec=$( mpv $dmenu_text )
exec $dmenu_exec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment