@@ -3,7 +3,7 @@ OUT="$(mktemp)"
cat > "$IN"
-wma "$OUT_S" "$OUT"
+wma "$IN" "$OUT"
if [ $? -eq 0 ]; then
SIZE="$(wc -c $OUT)"