We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64df89b commit 342a3d0Copy full SHA for 342a3d0
scripts/pre-build.sh
@@ -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