~mhysterio/sintel-media/trunk

« back to all changes in this revision

Viewing changes to generic

  • Committer: mhyst
  • Date: 2019-07-28 03:12:45 UTC
  • Revision ID: git-v1:0880d4850524cab7cd840340bd79ee49158f1097
Tags: v2.3.2
Versión 2.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
 
2
# This file is part of Sintel.
 
3
#
 
4
# Sintel is free software: you can redistribute it and/or modify
 
5
# it under the terms of the GNU General Public License as published by
 
6
# the Free Software Foundation, either version 3 of the License, or
 
7
# (at your option) any later version.
 
8
#
 
9
# Sintel is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
# GNU General Public License for more details.
 
13
#
 
14
# You should have received a copy of the GNU General Public License
 
15
# along with Sintel.  If not, see <https://www.gnu.org/licenses/>.
 
16
#
 
17
#
2
18
#Funciones genericas
3
19
 
4
20
function generic.info() {
52
68
    echo "El límite establece el límite superior del rango, es decir n."
53
69
    echo "La cadena es el mensaje que se mostrará al usuario antes de introducir"
54
70
    echo "un número por teclado."
55
 
}
 
 
b'\\ No newline at end of file'
 
71
}