Files
TachideskJUI/scripts/SetupClUnix.sh
2021-06-06 17:28:52 -04:00

7 lines
213 B
Bash
Executable File

if [ "$(basename "$(pwd)")" = "scripts" ]; then
cd ..
fi
echo "Writing ci gradle.properties"
[ ! -d "/path/to/dir" ] && mkdir ".gradle"
cp ".github/runner-files/ci-gradle.properties" ".gradle/gradle.properties"