mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2024-12-12 00:27:00 +01:00
10 lines
166 B
Bash
Executable File
10 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$(realpath "$0")")/../Lib/Globals.sh"
|
|
cd "${swd}/../build"
|
|
|
|
if [ -n "$(ls ./translate)" ]
|
|
then cp -r ./translate/* ./content/
|
|
fi
|
|
|
|
cd "${owd}"
|