prueba 1
This commit is contained in:
parent
257a17a442
commit
de32b33002
1 changed files with 8 additions and 0 deletions
8
test.sh
Normal file
8
test.sh
Normal 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