Skip to content

Instantly share code, notes, and snippets.

@Noiled
Created February 28, 2017 02:24
Show Gist options
  • Save Noiled/f57d827ba4b9b16277db025f944c197d to your computer and use it in GitHub Desktop.
Save Noiled/f57d827ba4b9b16277db025f944c197d to your computer and use it in GitHub Desktop.
echo "install gas-preproccesor.pr"
git clone git://github.com/mansr/gas-preprocessor.git
echo "copy gas-preprocessor.pl to /usr/sbin"
sudo cp -f gas-preprocessor/gas-preprocessor.pl /usr/sbin/
echo "set execute right"
chmod +x /usr/sbin/gas-preprocessor.pl
echo "install finished."
echo "install gas-preproccesor.pr"
git clone git://github.com/mansr/gas-preprocessor.git
echo "copy gas-preprocessor.pl to /usr/sbin"
sudo cp -f gas-preprocessor/gas-preprocessor.pl /usr/sbin/
echo "set execute right"
chmod +x /usr/sbin/gas-preprocessor.pl
echo "install finished."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment