From e791329df1a0435777ff87b4da3f7365480afb04 Mon Sep 17 00:00:00 2001 From: khronosschoty Date: Fri, 25 Aug 2017 22:42:51 +0700 Subject: games/OpenRA: Added (modernized recreation of the classic RTS C&C). Signed-off-by: Willy Sudiarto Raharjo --- games/OpenRA/fetch-thirdparty-deps.sh.new | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 games/OpenRA/fetch-thirdparty-deps.sh.new (limited to 'games/OpenRA/fetch-thirdparty-deps.sh.new') diff --git a/games/OpenRA/fetch-thirdparty-deps.sh.new b/games/OpenRA/fetch-thirdparty-deps.sh.new new file mode 100644 index 0000000000000..c0f9ae9b5d759 --- /dev/null +++ b/games/OpenRA/fetch-thirdparty-deps.sh.new @@ -0,0 +1,18 @@ +#!/bin/sh + +#### +# This file must stay /bin/sh and POSIX compliant for BSD portability. +# Copy-paste the entire script into http://shellcheck.net to check. +#### + +# Die on any error for Travis CI to automatically retry: +set -e + +download_dir="${0%/*}/download" + +mkdir -p "${download_dir}" +cd "${download_dir}" +cd .. + +tar -xvf download.tar.gz + -- cgit v1.2.3