This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
############################################################################### | |
# # | |
# (c) 2010, Pablo Olmos de Aguilera <pablo[at}glatelier.org>; # | |
# Based on work from Gonzalo Diaz <me{at)gon.cl>; # | |
# http://gon.pastebin.com/zanh8uAq # | |
# # | |
# Based on InstantsFunGet from Felipe Astroza <felipe(at]astroza.cl> # | |
# http://felipe.astroza.cl/news/2010/05/08/audios-de-instantsfun-es-en-mp3/ # |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Estructura y Datos de las Regiones, Provincias */ | |
/* y Comunas de Chile. */ | |
/* */ | |
/* Fecha: Julio 2010 */ | |
/* Autor: Juan Pablo Aqueveque - juque.cl */ | |
-- | |
-- Comunas | |
-- | |
DROP TABLE IF EXISTS `comunas`; |
NewerOlder