#! /usr/bin/perl

use strict;

use Linux::BootCleanup;
Linux::BootCleanup::run(@ARGV);
