🔧 Add scripts

This commit is contained in:
Sebastián Ramírez
2021-08-24 16:03:19 +02:00
parent b36c4add7e
commit d7f5b577bc
7 changed files with 47 additions and 0 deletions

7
scripts/test-files.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
set -x
# Check README.md is up to date
diff --brief docs/index.md README.md