Last active
October 17, 2023 11:41
-
-
Save rachejazz/82af13d3bd833dc55c693977afee3c10 to your computer and use it in GitHub Desktop.
nuxmv pull to bashrc
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
curl -Lo nuxmv.tar.gz https://nuxmv.fbk.eu/theme/download.php?file=nuXmv-2.0.0-linux64.tar.gz | |
gunzip nuxmv.tar.gz | |
tar -xvf nuxmv.tar | |
cat << EOF >> ~/.bashrc | |
export PATH="$PATH:$(pwd)/nuXmv-2.0.0-Linux/bin/" | |
alias nu="nuXmv" | |
EOF | |
source ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment