Skip to content

Instantly share code, notes, and snippets.

@Hossam-Abdin
Last active April 5, 2021 09:07
Show Gist options
  • Save Hossam-Abdin/e1f1b1fd255c009cee29f38f25bbd8fd to your computer and use it in GitHub Desktop.
Save Hossam-Abdin/e1f1b1fd255c009cee29f38f25bbd8fd to your computer and use it in GitHub Desktop.
#!/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