summaryrefslogtreecommitdiff
path: root/src/index-terms.sh
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-06-07 15:43:13 -0400
committerLouie S <louie@example.com>2024-06-07 15:43:13 -0400
commit46bf8fd01e7a8660c0b02b08d69ad12f7a36eb19 (patch)
treeefe51731f94d8d54f8684a6d29c54898c6b92c3e /src/index-terms.sh
parentbc624ea5f8fe4cfc6ea0a44d483ba57cb07cfcd6 (diff)
Convert to submodule
Diffstat (limited to 'src/index-terms.sh')
-rwxr-xr-xsrc/index-terms.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/index-terms.sh b/src/index-terms.sh
index f74af03..c9344d4 100755
--- a/src/index-terms.sh
+++ b/src/index-terms.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env sh
-# shellcheck source=./lib/create_table
-. "$(dirname "$0")"/lib/create_table
-# shellcheck source=./lib/insert
-. "$(dirname "$0")"/lib/insert
+# shellcheck source=../../../scripts/create_table.sh
+. "$(dirname "$0")"/../../../scripts/create_table.sh
+# shellcheck source=../../../scripts/insert.sh
+. "$(dirname "$0")"/../../../scripts/insert.sh
TYPE="$1"
shift