From 263f2e63871c33b98dec3a8858229ae9e77d6fed Mon Sep 17 00:00:00 2001 From: zzjc1234 <2359047351@qq.com> Date: Wed, 10 Apr 2024 18:57:08 +0800 Subject: [PATCH] feat: bash script for ascii file --- README.md | 3 --- nonascii.txt | 7 +++++++ stdin.sh | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 README.md create mode 100644 nonascii.txt diff --git a/README.md b/README.md deleted file mode 100644 index 222936a..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# JOJ3 examples - -Check other branches. diff --git a/nonascii.txt b/nonascii.txt new file mode 100644 index 0000000..9740d7f --- /dev/null +++ b/nonascii.txt @@ -0,0 +1,7 @@ +███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗ +████╗ ██║██╔════╝██╔═══██╗██║ ██║██║████╗ ████║ +██╔██╗ ██║█████╗ ██║ ██║██║ ██║██║██╔████╔██║ +██║╚██╗██║██╔══╝ ██║ ██║╚██╗ ██╔╝██║██║╚██╔╝██║ +██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║ +╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ + diff --git a/stdin.sh b/stdin.sh index bb70342..0ad844f 100644 --- a/stdin.sh +++ b/stdin.sh @@ -1,3 +1,3 @@ #!bash -./build/healthcheck -root=./examples/repohealth/success -meta=readme.* -whitelist=.*\.md -whitelist=.*\.json -whitelist=.*\.sh -whitelist=.git.* +./build/healthcheck -root=./examples/repohealth/asciifile -meta=readme -whitelist=.*\.md -whitelist=.*\.json -whitelist=.*\.sh -whitelist=.git.* -whitelist=.*\.txt