From 6c3aece56c2a7317ba257af0cf09b52c96ce6703 Mon Sep 17 00:00:00 2001 From: andres Date: Sat, 16 May 2026 14:26:04 +0200 Subject: [PATCH] prueba-cicd2 --- test.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..f6ce410 --- /dev/null +++ b/test.sh @@ -0,0 +1,7 @@ +#!/bin/bash +echo "Fecha" +date +echo "Directorios" +pwd +echo "Archivos" +ls -l \ No newline at end of file