aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xcreate_notes.sh4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bc40b57..5652e4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
node_modules/
DS_Store
graphdata.json
+notes/
diff --git a/create_notes.sh b/create_notes.sh
index 8e51052..652f620 100755
--- a/create_notes.sh
+++ b/create_notes.sh
@@ -4,6 +4,10 @@ orgPath=$1
mkdir -p notes
+cat graphdata.json
+
+ls -ls "${orgPath}"
+
cat graphdata.json |
jq -c '.data.nodes[]' |
while read -r nodes; do