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