10 die "$_[0] failed with exit code " . $? >> 8 . "\n"
11 if $?;
12 }
13
14 1;
15 # vim:sts=4 sw=4 aw ai si: