Skip to content

Instantly share code, notes, and snippets.

@akuma
Last active June 15, 2022 05:57
Show Gist options
  • Save akuma/d0a3501ead2bee74fa58908ead088a1c to your computer and use it in GitHub Desktop.
Save akuma/d0a3501ead2bee74fa58908ead088a1c to your computer and use it in GitHub Desktop.
install maven-lib-diff
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