WFDB Software Package 10.6.2

File: <base>/conf/exestrip (53 bytes)
#!/bin/sh

for FILE in $*
do
   strip $FILE.exe
done