805d62ee59
git-svn-id: http://emdebian.org/svn/current@5745 563faec7-e20c-0410-992a-a66f704d0ccd
10 lines
213 B
Perl
Executable file
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");
|