From 38da70621912021a81a209999b0b8e988740e3ac Mon Sep 17 00:00:00 2001 From: ikoamu Date: Sat, 27 Jan 2024 16:46:51 +0900 Subject: Add notes directory and display graphdata.json and orgPath in create_notes.sh --- create_notes.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'create_notes.sh') 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 -- cgit