diff options
author | Julio Capote <jcapote@gmail.com> | 2022-07-14 03:40:24 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-07-14 03:40:24 +0000 |
commit | 891f946e86f8a0911f67983d52fccacc9f8ebbad (patch) | |
tree | 36b032deb891f4adf5c047b255eb0ca6da275fef /libexec/recit-open-projects | |
download | recit-891f946e86f8a0911f67983d52fccacc9f8ebbad.tar.gz |
initial
Diffstat (limited to 'libexec/recit-open-projects')
-rwxr-xr-x | libexec/recit-open-projects | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libexec/recit-open-projects b/libexec/recit-open-projects new file mode 100755 index 0000000..efb323f --- /dev/null +++ b/libexec/recit-open-projects @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +source lib/loader + +recfile=$(load_recit) + +recsel -t Project ${recfile} + |