head	1.1;
branch	1.1.1;
access;
symbols
	iQue_20031113:1.1.1.1
	iQue_beta_1_0:1.1.1.1
	start:1.1.1.1
	Nintendo:1.1.1;
locks; strict;
comment	@# @;
expand	@b@;


1.1
date	2003.02.05.23.45.12;	author wheeler;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.02.05.23.45.12;	author wheeler;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#!/usr/bin/nawk -f
BEGIN{
    if (command==""){
	print "コマンドを指定してください。";
	print "使い方: exefiles command='     '";
	print "  commandの中の $ の位置に標準入力の値が挿入されます。"
	print "  例: \\ls -1 *.aiff | exefiles command='src2 $ $ 36000'"
	exit;
    }
}
{
    cmd=command;
    gsub("\\$",$0,cmd);
#    print "exefiles: "cmd;
    system(cmd);
#    print "\n";
}
@


1.1.1.1
log
@audio assets
@
text
@@
