mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 17:51:41 -05:00
9 lines
125 B
Bash
Executable file
9 lines
125 B
Bash
Executable file
set -e
|
|
|
|
pushd `dirname $0` > /dev/null
|
|
FullScriptPath=`pwd`
|
|
popd > /dev/null
|
|
|
|
python $FullScriptPath/set_version.py $1
|
|
|
|
exit
|