From e7ae22a863f14010fa0d844c9af7e012daed0da2 Mon Sep 17 00:00:00 2001 From: andres Date: Thu, 14 May 2026 13:01:12 +0200 Subject: [PATCH] prueba-cicd --- test.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test.sh diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..d76401e --- /dev/null +++ b/test.sh @@ -0,0 +1,8 @@ +#!/bin/bash +echo "Fecha" +date +echo "Directorios" +pwd +echo "Archivos" +ls -l +echo "Funciona correctamente"