#!/usr/bin/env bash set -e if [[ -f "$HOME/.recit.location" ]]; then recfile_location=$(cat "$HOME/.recit.location") else echo "$HOME/.recit.location not found, exiting" exit 1 fi echo "$recfile_location"