sitoctt/Scripts/Translate.Apply.sh

7 lines
126 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$(realpath "$0")")/.Globals.sh"
if [ -n "$(ls ./translate)" ]
then cp -r ./translate/* ./content/
fi