A Fine Turn Server Worth Million Dollar
#!/bin/bashfor f in *.mp3do echo "Playing $f file..." omxplayer "$f"done