My scripts for startup, dmenu, and the command line
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

15 rindas
171 B

  1. #!/bin/sh
  2. for f in "$@"; do
  3. # mpc insert $HOME/music/$f
  4. mpc insert "$(realpath "$f")"
  5. done
  6. if [ -z $(mpc current) ]; then
  7. mpc play
  8. else
  9. mpc next
  10. fi
  11. # mpc single on