Last active
April 5, 2021 09:07
-
-
Save Hossam-Abdin/e1f1b1fd255c009cee29f38f25bbd8fd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/bash | |
cd | |
curl https://ftp.cs.ru.nl/Clean/Clean30/linux/clean3.0_64.tar.gz --output clean.zip | |
tar -xzvf clean.zip | |
rm clean.zip | |
echo 'alias clm="~/clean/bin/clm" ' >> ~/.bashrc | |
cd clean | |
make | |
cd | |
source ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment