Share
## https://sploitus.com/exploit?id=A679D96F-9E08-5A17-8F7C-9F0BE1519C2A
This is a Gradle wrapper script for a Java project. Here's a breakdown of the key points:

**Purpose:** The script is used to start a Gradle build process.

**License:** The script is licensed under the Apache License, Version 2.0.

**Functionality:** The script sets up the environment for the Gradle build process, including setting the `APP_HOME` variable to the current working directory.

**Script Structure:** The script is written in shell script (for Unix-like systems) and batch script (for Windows) formats.

**Key Variables:**

`PRG`: The path to the Gradle wrapper script.
`SAVED`: The current working directory.
`APP_HOME`: The directory where the Gradle build process will take place.

**Behavior:** The script resolves any symbolic links to the Gradle wrapper script and sets the `APP_HOME` variable to the current working directory. It then changes into the directory where the Gradle build process will take place.

**Notes:** The script is designed to be used in a Gradle project, and is not intended to be used standalone. It is likely that this script is used as part of a larger build process, such as a continuous integration/continuous deployment (CI/CD) pipeline.