Files
TachideskJUI/scripts/SetupClUnix.sh
2022-08-01 16:34:25 -04:00

9 lines
226 B
Bash
Executable File

#!/bin/bash
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"