summaryrefslogtreecommitdiff
path: root/create_tools/tools_download.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create_tools/tools_download.sh')
-rwxr-xr-xcreate_tools/tools_download.sh9
1 files changed, 9 insertions, 0 deletions
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