mirror of
https://github.com/sindresorhus/awesome.git
synced 2025-11-10 10:49:52 +05:30
Agregando script de validacion de enlaces
This commit is contained in:
parent
6bbb1dee0c
commit
16879a955a
1 changed files with 9 additions and 0 deletions
9
validar-enlaces.sh
Executable file
9
validar-enlaces.sh
Executable file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue