post-image.sh 78 B

12345
  1. #!/bin/sh
  2. support/scripts/genimage.sh -c $(dirname $0)/genimage.cfg
  3. exit $?