ZaStoGram_desktop/Telegram/configure.sh

10 lines
146 B
Shell
Executable file

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