mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-11 04:43:41 -04:00
6 lines
270 B
Bash
Executable File
6 lines
270 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "*********************************** Reading the Gradle Cache: ****************************************"
|
|
ls -la ~/.gradle 2>/dev/null
|
|
echo "******************************************************************************************************"
|