7 lines
119 B
Bash
Executable File
7 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
scripts/update-po-template
|
|
(cd repo && git add desktop; git commit -m update; git push)
|