From 1c750a8dbaa80142a5b6e46c5b782a1ed6f2c39c Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 23 Feb 2011 14:17:51 +0100 Subject: [PATCH] actually, be a bit more friendly: extract the NetRadiant download. We'll 7za it anyway. --- all | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/all b/all index 1ab09334..466abc1d 100755 --- a/all +++ b/all @@ -1550,6 +1550,10 @@ case "$cmd" in verbose cd mapping verbose wget http://www.icculus.org/netradiant/files/netradiant-1.5.0-20110223.tar.bz2 verbose wget http://www.icculus.org/netradiant/files/netradiant-1.5.0-20110223-win32-7z.exe + for X in *-7z.exe; do + 7za x "$X" + rm -f "$X" + done # TODO possibly include other tools? } ;; -- 2.39.2