diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-21 15:30:42 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-21 15:30:42 +0000 |
commit | a44d810632cb9b9527b6b220d486cea577802c72 (patch) | |
tree | 912a6da9ec6ec2e6e28ec064e0d7b6981e167e41 /libexec/recit-projects | |
parent | e8910ecd98488bc2dcc82389a82b14ca2361617a (diff) | |
download | recit-a44d810632cb9b9527b6b220d486cea577802c72.tar.gz |
move recsel calls to its own file
Diffstat (limited to 'libexec/recit-projects')
-rwxr-xr-x | libexec/recit-projects | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libexec/recit-projects b/libexec/recit-projects index 50aa485..4217397 100755 --- a/libexec/recit-projects +++ b/libexec/recit-projects @@ -2,9 +2,4 @@ # Usage: recit projects # Summary: List all Projects -source lib/loader - -recfile=$(load_recit) - -recsel -t Project ${recfile} - +recit-recsel-projects |