From 891f946e86f8a0911f67983d52fccacc9f8ebbad Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Wed, 13 Jul 2022 23:40:24 -0400 Subject: initial --- lib/loader | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/loader (limited to 'lib/loader') diff --git a/lib/loader b/lib/loader new file mode 100644 index 0000000..9b01d2a --- /dev/null +++ b/lib/loader @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +function load_recit { + local recfile_location + if [[ -f "$HOME/.recit.location" ]]; then + recfile_location=$(cat "$HOME/.recit.location") + else + echo "$HOME/.recit.location not found" + exit 1 + fi + echo "$recfile_location" +} \ No newline at end of file -- cgit v1.2.3