diff --git a/validar-enlaces.sh b/validar-enlaces.sh new file mode 100755 index 00000000..d5e6c7ca --- /dev/null +++ b/validar-enlaces.sh @@ -0,0 +1,9 @@ +#!/bin/bash +echo "Validando enlaces de awesome-devops-junior.md.." +if ! command -v lychee &> /dev/null; then +echo "Instalando lychee..." +cargo install lychee +fi + + +lychee ./awesome-devops-junior.md --verbose