I hereby claim:
- I am jfharden on github.
- I am jfharden (https://keybase.io/jfharden) on keybase.
- I have a public key ASA9fozggkFxlYhIed5_Ep8jneJkWptVb8zZL-uEnFNSLwo
To claim this, I am signing this object:
| setup() { | |
| load '../test_helper/bats-support/load' # this is required by bats-assert! | |
| load '../test_helper/bats-assert/load' | |
| # get the containing directory of this file | |
| # use $BATS_TEST_FILENAME instead of ${BASH_SOURCE[0]} or $0, | |
| # as those will point to the bats executable's location or the preprocessed file respectively | |
| DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd )" | |
| # make executables in src/ visible to PATH | |
| PATH="$DIR/../day5/:$PATH" |
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| MODE=${1:-real} | |
| function usage { | |
| echo "Usage:" | |
| echo | |
| echo " $0 [mode]" |
| #!/bin/bash | |
| # Requirements to use this script: | |
| # HandBrakeCLI | |
| # jq | |
| # bash 4+ (sorry osx!) | |
| # ffmpeg | |
| set -e |
I hereby claim:
To claim this, I am signing this object: