mpv-wl - localbin - leot's localbin (~/bin)
 (HTM) hg clone https://bitbucket.org/iamleot/localbin
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       mpv-wl
       ---
            1 #!/bin/sh
            2 
            3 mpv_watch_later_dir="${HOME}/.config/mpv/watch_later/"
            4 
            5 if [ -d ${mpv_watch_later_dir} ]; then
            6         awk 'sub(/^# /, "") { print $0 }' `ls -tr ${mpv_watch_later_dir}/*`
            7 fi