aboutsummaryrefslogtreecommitdiff
path: root/create_notes.sh
diff options
context:
space:
mode:
authorikoamu <ikoamu@gmail.com>2024-01-27 16:46:51 +0900
committerikoamu <ikoamu@gmail.com>2024-01-27 16:46:51 +0900
commit38da70621912021a81a209999b0b8e988740e3ac (patch)
tree257447282e50fec96f4a826b529b235d1ba6e912 /create_notes.sh
parent3d0cf2957e804a01e21c56178e1aae4e3bb3c9a5 (diff)
Add notes directory and display graphdata.json and orgPath in create_notes.sh
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