From 86f26aefb312cd24a08c9c773c96c50da429bb43 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 15 Mar 2024 15:48:13 -0400 Subject: tag grouppings, WIP --- put_in_db.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 put_in_db.sh (limited to 'put_in_db.sh') diff --git a/put_in_db.sh b/put_in_db.sh new file mode 100755 index 0000000..0d76e13 --- /dev/null +++ b/put_in_db.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env sh + +MONGOSH=mongosh + +${MONGOSH} \ + --host 127.0.0.1 \ + --port 27117 \ + -u "$(cat ./mongo_secrets/mongo_user)" \ + -p "$(cat ./mongo_secrets/mongo_pass)" \ + -f put_in_db.js -- cgit v1.2.3