prueba-cicd2
This commit is contained in:
parent
ec9d53f808
commit
6c3aece56c
1 changed files with 7 additions and 0 deletions
7
test.sh
Normal file
7
test.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
echo "Fecha"
|
||||
date
|
||||
echo "Directorios"
|
||||
pwd
|
||||
echo "Archivos"
|
||||
ls -l
|
||||
Loading…
Reference in a new issue