bin

bin
git clone git://git.zepp.club/bin.git
Log | Files | Refs | README | LICENSE

play (157B)


      1 #!/bin/sh
      2 #
      3 # Play random musics from music directory
      4 
      5 exec mpv --geometry=180x180+21+101 \
      6          --shuffle \
      7          "$@" \
      8          -- ~/mus/*/*.flac
      9