aboutsummaryrefslogtreecommitdiff
path: root/create_notes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create_notes.sh')
-rwxr-xr-xcreate_notes.sh4
1 files changed, 4 insertions, 0 deletions
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