diff --git a/notes/affiliated_keyword_investigation/run_test.bash b/notes/affiliated_keyword_investigation/run_test.bash new file mode 100755 index 0000000..e040c21 --- /dev/null +++ b/notes/affiliated_keyword_investigation/run_test.bash @@ -0,0 +1,23 @@ +#!/usr/bin/env bash +# +set -euo pipefail +IFS=$'\n\t' +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +file_path="${DIR}/test_document.org" + +INIT_SCRIPT=$(cat <