From 051ef153af150bd5fc054e6fcec13dd40c3ea087 Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:00:18 +0100 Subject: [PATCH 1/5] Update and rename pw.mdx to tokens.mdx --- pw.mdx => tokens.mdx | 2 ++ 1 file changed, 2 insertions(+) rename pw.mdx => tokens.mdx (93%) diff --git a/pw.mdx b/tokens.mdx similarity index 93% rename from pw.mdx rename to tokens.mdx index d841981..246b81e 100644 --- a/pw.mdx +++ b/tokens.mdx @@ -1,3 +1,5 @@ +# tokens + ```b level00 level00 flag00 nottoohardhere From 0cb1e7b83aa1f89b041e65e805e2912292ae7da9 Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:00:29 +0100 Subject: [PATCH 2/5] Update go.js --- go.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.js b/go.js index 9f9f3ba..64262b8 100644 --- a/go.js +++ b/go.js @@ -26,7 +26,7 @@ function get_readme_path(dir) { function get_readme_content() { - let content = fs.readFileSync('/home/runner/work/cfo/cfo/pw.mdx', 'utf-8') + let content = fs.readFileSync('/home/runner/work/cfo/cfo/tokens.mdx', 'utf-8') const readmes = get_readme_path(__dirname) readmes.forEach(path => { From 879d92ff9ecaafb9607f33bd65ee253c679d976f Mon Sep 17 00:00:00 2001 From: nuoxoxo Date: Sat, 16 Nov 2024 16:00:45 +0000 Subject: [PATCH 3/5] show READMEs daily --- README.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.mdx b/README.mdx index 33a3d1d..3b80a85 100644 --- a/README.mdx +++ b/README.mdx @@ -1,3 +1,5 @@ +# tokens + ```b level00 level00 flag00 nottoohardhere From 7609a527b24aa14594a844bbb0950e2030ab4ad7 Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:00:58 +0100 Subject: [PATCH 4/5] Update go.js --- go.js | 1 + 1 file changed, 1 insertion(+) diff --git a/go.js b/go.js index 64262b8..594451d 100644 --- a/go.js +++ b/go.js @@ -28,6 +28,7 @@ function get_readme_content() { let content = fs.readFileSync('/home/runner/work/cfo/cfo/tokens.mdx', 'utf-8') const readmes = get_readme_path(__dirname) + print(__dirname) readmes.forEach(path => { content += '\n\n' + fs.readFileSync(path, 'utf-8')// + '\n\n' + content From 106c34ecdd489e0df3bfbf4eb2c19b907ee0814c Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:02:09 +0100 Subject: [PATCH 5/5] Update go.js --- go.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.js b/go.js index 594451d..9e58f25 100644 --- a/go.js +++ b/go.js @@ -28,7 +28,7 @@ function get_readme_content() { let content = fs.readFileSync('/home/runner/work/cfo/cfo/tokens.mdx', 'utf-8') const readmes = get_readme_path(__dirname) - print(__dirname) + console.log(__dirname) readmes.forEach(path => { content += '\n\n' + fs.readFileSync(path, 'utf-8')// + '\n\n' + content