#!/usr/bin/perl -w

eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'
    if 0; # not running under some shell

use App::RecordStream::Operation; App::RecordStream::Operation::main();
