Last active
June 15, 2022 05:57
-
-
Save akuma/d0a3501ead2bee74fa58908ead088a1c to your computer and use it in GitHub Desktop.
install maven-lib-diff
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
mkdir -p ~/bin-test && \ | |
curl -s https://gist.githubusercontent.com/akuma/380d76be0662fb3e08e8eaa7d5b38563/raw/maven-lib-diff -o ~/bin/maven-lib-diff && \ | |
chmod +x ~/bin/maven-lib-diff && \ | |
echo 'export PATH=$HOME/bin:$PATH' >> ~/.zshrc && \ | |
source ~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment