From 5ab224e662dca54b6fadf9c629c61699eab2d966 Mon Sep 17 00:00:00 2001 From: sejo Date: Mon, 7 Jun 2021 20:22:33 -0500 Subject: =?UTF-8?q?=C3=ADndice=20por=20orden=20de=20actualizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- generasitio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generasitio.sh') diff --git a/generasitio.sh b/generasitio.sh index c21e6d1..14164fb 100755 --- a/generasitio.sh +++ b/generasitio.sh @@ -41,7 +41,7 @@ rm gem/*gmi # crea índice echo "generando índice..." rm src/indice.gmo -ls src/*gmo | awk -f genindice.awk > src/indice.gmo +ls -t src/*gmo | awk -f genindice.awk > src/indice.gmo echo "revisando y convirtiendo archivimos gmo a html y gmi..." -- cgit v1.2.3