mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:42:50 +00:00
git-for-windows-msys2: add script for tunasync
This commit is contained in:
parent
c9c32b4ee9
commit
a68fcb2235
14
git-for-windows-msys2.sh
Executable file
14
git-for-windows-msys2.sh
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Run in Docker image: tunathu/git-for-windows-msys2
|
||||||
|
set -e
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
|
_here=`dirname $(realpath $0)`
|
||||||
|
|
||||||
|
BASE_PATH="${TUNASYNC_WORKING_DIR}"
|
||||||
|
|
||||||
|
mkdir -p $BASE_PATH/x86-64/
|
||||||
|
mkdir -p $BASE_PATH/i686/
|
||||||
|
azcopy sync --recursive https://wingit.blob.core.windows.net/x86-64/ $BASE_PATH/x86-64/
|
||||||
|
azcopy sync --recursive https://wingit.blob.core.windows.net/i686/ $BASE_PATH/i686/
|
||||||
|
echo "finished"
|
Loading…
x
Reference in New Issue
Block a user