diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-21 15:52:55 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-21 15:52:55 +0000 |
commit | 4a44130aadb9981260363730393aa4c62208c7a5 (patch) | |
tree | 7fd19cedcaaafa9fef4bc4dbc7bf53f3f953bd42 | |
parent | 76b80294047d05360e8069f5c397c9850674cd54 (diff) | |
download | recit-4a44130aadb9981260363730393aa4c62208c7a5.tar.gz |
cleanup
-rwxr-xr-x | libexec/recit-entries | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libexec/recit-entries b/libexec/recit-entries index 3888963..7fcf438 100755 --- a/libexec/recit-entries +++ b/libexec/recit-entries @@ -58,11 +58,4 @@ if ! [[ "$project" = "" ]]; then fi fi -recit-recsel-entries "$expression" - -# if [[ "$expression" = "" ]]; then -# out=$(recsel -t Entry "${recfile}" | recfmt -f share/recit/templates/entries.templ) -# else -# out=$(recsel -t Entry "${recfile}" -e "$expression" | recfmt -f share/recit/templates/entries.templ) -# fi -# echo -e "$out"
\ No newline at end of file +recit-recsel-entries "$expression"
\ No newline at end of file |