sitoctt/Scripts/Translate/Push.sh

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}"