summaryrefslogtreecommitdiffstats
path: root/mdvbundle.pl
blob: c8b945a1e3e1d8bfb55f5cfe96d23388661536fc (plain)
1
2
3
4
5
6
7
#!/usr/bin/perl -w

my $bundle = $ARGV[0];

$bundle or die ("no bundles avalailable");

$bundle =~ /\.bundle$/ and exec("/usr/sbin/mdkupdate --bundle $bundle");