aboutsummaryrefslogtreecommitdiff
path: root/lib/loader
diff options
context:
space:
mode:
Diffstat (limited to 'lib/loader')
-rw-r--r--lib/loader12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/loader b/lib/loader
deleted file mode 100644
index 9b01d2a..0000000
--- a/lib/loader
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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