I used to call this command to popup a simple balloon message when gradle build is complete. It had worked fine on cygwin's bash.
notifu /p "Gradle build complete" /m "Now you can take a look at the results" /d 0 > /dev/null
However, after switching to git's bash, the windows-style command line options such as /p /m
have become resolved as cygwin drive letters: p:/ m:/
. Obviously, notifu
couldn't accept them.
Could anybody please tell me why it had been perfectly working on cygwin's bash, but not on git-bash now?
@astrounaut use like this in git-bash: