mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-04 23:14:00 +02:00
7 lines
132 B
Bash
Executable file
7 lines
132 B
Bash
Executable file
set -e
|
|
FullExecPath=$PWD
|
|
pushd `dirname $0` > /dev/null
|
|
FullScriptPath=`pwd`
|
|
popd > /dev/null
|
|
|
|
./build/docker/centos_env/prepare.sh
|