]> git.llucax.com Git - z.facultad/75.08/llamadas.git/blobdiff - util.sh
ya casi se hace el alta de las cosas
[z.facultad/75.08/llamadas.git] / util.sh
diff --git a/util.sh b/util.sh
index 95696361e14ccded4fbb92ae1c1310bca8127758..51bf2851361ef484d68bb83a4b861eb787ab0a59 100755 (executable)
--- a/util.sh
+++ b/util.sh
@@ -40,6 +40,16 @@ preguntar () {
        done
 }
 
+validar_solo_numeros () {
+       TEST=`echo "$1" | sed "s/[0-9]*//g"`
+       if [ "$TEST" == "" ] ; then
+               #Ok, son solo numeros
+               return 0
+       fi
+       # ups, hay algo que no es un numero
+       return 1
+}
+
 #leer "Ingrese un directorio" "/tmp" ALGO
 
 #echo "Ingresaste : $ALGO"