#!/usr/bin/perl -w use strict; foreach (@ARGV) { system "/usr/local/bin/wavplay", $_; }