#! /usr/bin/perl

use strict;

use App::Smbxfer;
App::Smbxfer::run(@ARGV);
