mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-04-27 00:08:50 +02:00
10 lines
167 B
Bash
Executable File
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}"
|