2024-08-25 17:18:20 +02:00

10 lines
167 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$(realpath "$0")")/../Lib/Globals.sh"
cd "${swd}/../build"
cd ./translate
git add . && git commit -m . && git push || true
cd ..
cd "${owd}"