#!/bin/bash # You can also skip/override computing the activation bytes with rainbowcrack # by passing them in with the ACTIVATION_BYTES environment variable. if [ -n "${ACTIVATION_BYTES}" ]; then ARGS="-e ACTIVATION_BYTES=${ACTIVATION_BYTES}" fi docker run ${ARGS} --rm -v $(pwd):/data ryanfb/inaudible