#!/bin/sh # # Simply displays the MP3 list with less # # List file LISTFILE=/usr/home/mats/multimedia/sound/mp3list.txt less -iG ${LISTFILE} .