executor_test.sh 64 B

12345678
  1. #!/bin/bash
  2. #
  3. set -x
  4. EXECUTOR_BIN=$1
  5. shift
  6. $EXECUTOR_BIN "$@"