aboutsummaryrefslogtreecommitdiff
path: root/scripts/get_sources.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-04-11 21:36:25 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-04-11 21:36:25 -0400
commit2eecfae10050c1a4fcfacd1caa756d6d115afb1b (patch)
treedfcc61c9db9f32507bdc2084d42022fe34b2b0e5 /scripts/get_sources.sh
downloadmin-2eecfae10050c1a4fcfacd1caa756d6d115afb1b.tar.gz
min-2eecfae10050c1a4fcfacd1caa756d6d115afb1b.tar.xz
Initial
Diffstat (limited to 'scripts/get_sources.sh')
-rw-r--r--scripts/get_sources.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/get_sources.sh b/scripts/get_sources.sh
new file mode 100644
index 0000000..946c288
--- /dev/null
+++ b/scripts/get_sources.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+set -x
+cd ${dist_dir}
+wget -i sources.lst
+git clone git://git.suckless.org/sbase
+git clone git://git.suckless.org/ubase