multistrap/multistrap
codehelp 805d62ee59 preparing the new emdebian-rootfs source package
git-svn-id: http://emdebian.org/svn/current@5745 563faec7-e20c-0410-992a-a66f704d0ccd
2009-03-28 21:55:28 +00:00

10 lines
213 B
Perl
Executable file

#!/usr/bin/perl
use strict;
use warnings;
# Eventually, this will replace the em_ one or call em_ with
# --arch and take over native duties.
my $str = join(" ", @ARGV);
system ("/usr/sbin/em_multistrap $str");