Skip to content

Commit 342a3d0

Browse files
committed
added prebuild script [skip ci]
1 parent 64df89b commit 342a3d0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/pre-build.sh

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
set -eu
4+
5+
SCRIPTS_DIR="`dirname ${0}`"
6+
ROOT="`realpath ${SCRIPTS_DIR}/../`"
7+
pushd $ROOT
8+
rsync -arvh async-book/examples async-book-ru/
9+
popd
10+
#

0 commit comments

Comments
 (0)