2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-10 03:25:11 +00:00
Files
kotatogram-desktop/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