1 2 3 4 5 6 7 8 9
#!/usr/bin/env perl use warnings; use strict; my $arch=`uname -m`; chomp $arch; `cp apsymbols.h.$arch apsymbols.h`;