Created
December 13, 2022 16:09
-
-
Save wzieba/f6cbd7af2ff230a772443869b45bef89 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ./gradlew "$@" ; then | |
osascript -e "display notification \"Success\" with title \"Gradle\" sound name \"hero\"" | |
else | |
osascript -e "display notification \"Failure\" with title \"Gradle\" sound name \"bottle\"" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment