aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikoamu <ikoamu@gmail.com>2024-01-27 16:58:44 +0900
committerikoamu <ikoamu@gmail.com>2024-01-27 16:58:44 +0900
commit759b0840cafbf8d6a1f903fae2eb1c3670e2c277 (patch)
treeb6a95cf190cd9cc767d198f1f4cd9cd400322cf0
parent0246f6be98437e3aeea5dc345f26db9fdfd9c126 (diff)
Fix ls command in create_notes.sh script
-rwxr-xr-xcreate_notes.sh2
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[]' |