mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-10-30 12:03:53 -04:00
script to check README consistency
This commit is contained in:
parent
eac0d4cdc8
commit
e59cb3b897
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# Checks the README links.
|
# README Checks
|
||||||
|
# =============
|
||||||
|
#
|
||||||
|
# - Prints dead links
|
||||||
#
|
#
|
||||||
|
|
||||||
DIR=$(dirname $0)
|
DIR=$(dirname $0)
|
||||||
|
|
Loading…
Reference in a new issue