diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-21 19:59:42 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-21 19:59:42 +0000 |
commit | cbb86f13226c1008caf0e6ca531e0751c884006c (patch) | |
tree | 6f7d9c6fc62556ec38eed8a90ea5d2d5d9b04bdf /lib | |
parent | 4a44130aadb9981260363730393aa4c62208c7a5 (diff) | |
download | recit-cbb86f13226c1008caf0e6ca531e0751c884006c.tar.gz |
fix global cmd
Diffstat (limited to 'lib')
-rw-r--r-- | lib/loader | 12 |
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 |