#!/usr/bin/perl
use diagnostics -verbose;

system("perl -Mdiagnostics ./lxctl @ARGV");

