diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-27 16:58:44 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-27 16:58:44 +0900 |
commit | 759b0840cafbf8d6a1f903fae2eb1c3670e2c277 (patch) | |
tree | b6a95cf190cd9cc767d198f1f4cd9cd400322cf0 | |
parent | 0246f6be98437e3aeea5dc345f26db9fdfd9c126 (diff) |
Fix ls command in create_notes.sh script
-rwxr-xr-x | create_notes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create_notes.sh b/create_notes.sh index d5a77ae..cf1112e 100755 --- a/create_notes.sh +++ b/create_notes.sh @@ -6,7 +6,7 @@ mkdir -p notes # cat graphdata.json -# ls -ls "${orgPath}" +ls -ls "${orgPath}" cat graphdata.json | jq -c '.data.nodes[]' | |