1
Fork 0
framed-rs/bin/decode_typed

12 lines
188 B
Bash
Executable file

#!/usr/bin/env bash
set -e
REPO_DIR="$(cd $(dirname ${BASH_SOURCE[0]} )/..; pwd )"
source "${REPO_DIR}/bin/build_decode_typed"
echo "";
echo "";
# Run decode bin.
${DECODE_PATH} "$@";