summaryrefslogtreecommitdiff
path: root/create_tools
diff options
context:
space:
mode:
authorZoRo <dos21h@gmail.com>2018-09-20 19:06:54 +0100
committerZoRo <dos21h@gmail.com>2018-09-20 19:06:54 +0100
commit9a1bc7d1dbee1cca01462041fcf9c3b2f64a8334 (patch)
tree9953a7c369bc1c6523e207ef99bd8b5e844889dc /create_tools
downloados201-9a1bc7d1dbee1cca01462041fcf9c3b2f64a8334.tar.gz
os201-9a1bc7d1dbee1cca01462041fcf9c3b2f64a8334.zip
Initial commit
Diffstat (limited to 'create_tools')
-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