From: Nicolás Dimov Date: Wed, 6 Oct 2004 15:41:45 +0000 (+0000) Subject: voy a arreglar el lio que hice X-Git-Tag: svn_import~162 X-Git-Url: https://git.llucax.com/z.facultad/75.08/llamadas.git/commitdiff_plain/1224f59a3f0a1fee9c994a134b12edd0e041c22b?hp=ae1e3153ae27b2f40dc08ff60b18ac5fdd85e7cb voy a arreglar el lio que hice --- diff --git a/AFINSTAL b/AFINSTAL deleted file mode 100755 index 493e2de..0000000 --- a/AFINSTAL +++ /dev/null @@ -1,80 +0,0 @@ -#!/bin/bash -# vim: set softtabstop=4 tabstop=4 - -#FUNCIONES AUXILIARES - - -#Verifico que el sistema operativo sea correcto. -if echo $0 | egrep -q 'AFINSTAL$'; then - SISOPTP="Linux" -fi -if echo $0 | egrep -q 'AFINSTAM$'; then - SISOPTP="Mac" -fi -if echo $0 | egrep -q 'AFINSTAW$'; then - SISOPTP="Windows" -fi - -CURSIS=$(uname) -# comienzo instalacion si el sistema es correcto -if [ "$SISOPTP" != "$CURSIS" ]; then -cat<