prueba-cicd
This commit is contained in:
parent
537235e1de
commit
e7ae22a863
1 changed files with 8 additions and 0 deletions
8
test.sh
Executable file
8
test.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash
|
||||||
|
echo "Fecha"
|
||||||
|
date
|
||||||
|
echo "Directorios"
|
||||||
|
pwd
|
||||||
|
echo "Archivos"
|
||||||
|
ls -l
|
||||||
|
echo "Funciona correctamente"
|
||||||
Loading…
Reference in a new issue