prueba-cicd

This commit is contained in:
andres 2026-05-14 13:01:12 +02:00
parent 537235e1de
commit e7ae22a863

8
test.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
echo "Fecha"
date
echo "Directorios"
pwd
echo "Archivos"
ls -l
echo "Funciona correctamente"