From b8c0a2c1ff7f834dc007700ad5136dba4c117e06 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:19:26 +0800 Subject: [PATCH] Update update_readme.sh --- functions/update_readme.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/update_readme.sh b/functions/update_readme.sh index 5edbb3f5a..a907c536a 100644 --- a/functions/update_readme.sh +++ b/functions/update_readme.sh @@ -1,5 +1,6 @@ #!/bin/bash -# This script updates the README.md content and statistics. + +# Updates the README.md content and statistics. readonly RAW='data/raw.txt' readonly RAW_LIGHT='data/raw_light.txt'