Prueba-CICD/test.sh

9 lines
106 B
Bash
Raw Permalink Normal View History

2026-05-09 17:42:19 +00:00
#!/bin/bash
2026-05-09 17:50:22 +00:00
echo "Fecha"
date
2026-05-09 18:25:30 +00:00
echo "Directorios"
2026-05-09 17:50:22 +00:00
pwd
echo "Archivos"
2026-05-11 00:14:51 +00:00
ls -l
2026-05-16 11:22:57 +00:00
echo "Funcionaa correctamente"