tdesktop/Telegram/configure.sh
2019-12-06 14:22:46 +03:00

11 lines
145 B
Bash
Executable File

#!/usr/bin/env bash
set -e
pushd `dirname $0` > /dev/null
FullScriptPath=`pwd`
popd > /dev/null
python $FullScriptPath/configure.py "$@"
exit