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