Guest User

Untitled

a guest
Jan 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. for f in /mnt/usbflash/mp3/*; do
  2. echo "$f" >/tmp/currently-playing
  3. mpg123 -Z "$f" # maybe redirect stdout / stderr?
  4. done &
Add Comment
Please, Sign In to add comment