From 9a1bc7d1dbee1cca01462041fcf9c3b2f64a8334 Mon Sep 17 00:00:00 2001 From: ZoRo Date: Thu, 20 Sep 2018 19:06:54 +0100 Subject: Initial commit --- create_tools/tools_download.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 create_tools/tools_download.sh (limited to 'create_tools') diff --git a/create_tools/tools_download.sh b/create_tools/tools_download.sh new file mode 100755 index 0000000..499d9d4 --- /dev/null +++ b/create_tools/tools_download.sh @@ -0,0 +1,9 @@ +#!/bin/dash + +echo "Download tools" + +cd src +wget -c http://busybox.net/downloads/busybox-1.29.2.tar.bz2 +wget -c https://github.com/arsv/minibase/archive/0.6.2.zip -O minibase.zip + +echo "" \ No newline at end of file -- cgit v1.2.3