mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-04-18 20:17:39 +02:00
7 lines
126 B
Bash
Executable File
7 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$(realpath "$0")")/.Globals.sh"
|
|
|
|
if [ -n "$(ls ./translate)" ]
|
|
then cp -r ./translate/* ./content/
|
|
fi
|