You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

antRun 178B

123456789101112
  1. #! /bin/sh
  2. # Copyright (c) 2001-2002 The Apache Software Foundation. All rights
  3. # reserved.
  4. # Args: DIR command
  5. cd "$1"
  6. CMD="$2"
  7. shift
  8. shift
  9. exec "$CMD" "$@"