From bfec59e271a9c95f6ab755cc6d6795b4012bb62b Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sat, 20 Aug 2022 21:46:13 -0400 Subject: rename open-projects to projects, add FK constraint --- libexec/recit-projects | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 libexec/recit-projects (limited to 'libexec/recit-projects') diff --git a/libexec/recit-projects b/libexec/recit-projects new file mode 100755 index 0000000..efb323f --- /dev/null +++ b/libexec/recit-projects @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +source lib/loader + +recfile=$(load_recit) + +recsel -t Project ${recfile} + -- cgit v1.2.3