Changeset ab0ec3a in intercambio


Ignore:
Timestamp:
Sep 30, 2014, 11:04:44 AM (10 years ago)
Author:
jbecerra <jbecerra@…>
Branches:
master
Children:
3d90621
Parents:
72b6c9d
Message:

Agregada licencia de uso y archivo LEEME

Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • smid_carga_inicial.sh

    r72b6c9d rab0ec3a  
    11#! /bin/bash -l
    22#Comienzo de ejecucion
    3 start_time=$(date +%s)
     3start_time=$(date +%m)
    44
    55#Parametros del Repositorio Spoon
     
    9494echo "Proceso Carga Inicial completado"
    9595
    96 finish_time=$(date +%s)
    97 echo "Tiempo de Duración: $((finish_time - start_time)) secs."
     96finish_time=$(date +%m)
     97echo "Tiempo de Duración: $((finish_time - start_time)) min."
Note: See TracChangeset for help on using the changeset viewer.