sitoctt/Scripts/Translate/Apply.sh

10 lines
166 B
Bash
Raw Normal View History

2024-08-25 17:18:20 +02:00
#!/bin/sh
. "$(dirname "$(realpath "$0")")/../Lib/Globals.sh"
cd "${swd}/../build"
if [ -n "$(ls ./translate)" ]
then cp -r ./translate/* ./content/
fi
cd "${owd}"