tdesktop/Telegram/configure.sh

11 lines
146 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
pushd `dirname $0` > /dev/null
FullScriptPath=`pwd`
popd > /dev/null
2022-06-02 18:21:07 +02:00
python3 $FullScriptPath/configure.py "$@"
exit