1
0
Fork 0
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:
mfornos 2015-05-03 21:21:36 +02:00
parent eac0d4cdc8
commit e59cb3b897

View file

@ -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)