summaryrefslogtreecommitdiff
path: root/.ci/copyspm.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-04 23:35:29 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-04 23:35:29 +0300
commit2afa95a5719cc2ac083df7e6b911a36e0a3f21f3 (patch)
tree65f41812aa2478042858e4ad0e49efa2f3a58cea /.ci/copyspm.sh
parentcfaca6721d0dfcf2aa6559a25d9028723b997a18 (diff)
parent3b5049928a6c82ce72f99cf07ef40499f027160d (diff)
downloadspm-2afa95a5719cc2ac083df7e6b911a36e0a3f21f3.tar.gz
spm-2afa95a5719cc2ac083df7e6b911a36e0a3f21f3.tar.bz2
spm-2afa95a5719cc2ac083df7e6b911a36e0a3f21f3.tar.xz
spm-2afa95a5719cc2ac083df7e6b911a36e0a3f21f3.zip
Merge branch 'master' into zlib_ngzlib_ng
Diffstat (limited to '.ci/copyspm.sh')
-rwxr-xr-x.ci/copyspm.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci/copyspm.sh b/.ci/copyspm.sh
new file mode 100755
index 0000000..6cdf1aa
--- /dev/null
+++ b/.ci/copyspm.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+mkdir /usr/local/spm
+cp -r . /usr/local/spm
+export dir123=$(pwd)
+cd /usr/local/spm