2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-22 10:27:09 +00:00

11 lines
146 B
Bash
Raw Permalink Normal View History

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