antRun #1

  • //
  • guest/
  • paul_hammant/
  • P4Soap/
  • tools/
  • bin/
  • antRun
  • View
  • Commits
  • Open Download .zip Download (77 B)
#! /bin/sh

# Args: DIR command
cd "$1"
CMD="$2"
shift
shift

exec $CMD "$@"
# Change User Description Committed
#1 783 paul_hammant First cut of P4 Soap API.
 Uses Glue, can't work yet as DLLs missing.