view more/test.sh @ 1692:5a7071eb01bb draft

Musl regex patch for \| support needed by toybox grep when more than one pattern specified.
author Rob Landley <rob@landley.net>
date Wed, 01 Oct 2014 19:55:04 -0500
parents 95f662f66fe4
children
line wrap: on
line source

#!/bin/bash

# Run a command with sources/include.sh and an architecture loaded

if [ $# -eq 0 ]
then
  echo "Usage: [STAGE_NAME=...] more/test.sh ARCH COMMAND..." >&2
  exit 1
fi

. sources/include.sh || exit 1

[ "$1" != "host" ] && NO_CLEANUP=1 load_target "$1"
shift
eval "$@"