#!/bin/sh
tr -d "\r" | tr "\n\\\\" "\0/" | xargs -0 -n 100 perl -x -S $*
