From 759b0840cafbf8d6a1f903fae2eb1c3670e2c277 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Sat, 27 Jan 2024 16:58:44 +0900 Subject: Fix ls command in create_notes.sh script --- create_notes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create_notes.sh') 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[]' | -- cgit