diff options
Diffstat (limited to 'create_notes.sh')
-rwxr-xr-x | create_notes.sh | 4 |
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 |