"Fossies" - the Fresh Open Source Software Archive

Member "namefix.pl/install.sh" (12 Sep 2009, 237 Bytes) of package /linux/privat/old/namefix.pl_4.0.2.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Bash source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 #!/bin/bash
    2 
    3 echo install script
    4 
    5 sudo chmod a+x ./namefix.pl
    6 sudo rm /usr/bin/namefix.pl
    7 sudo rm /usr/bin/namefix-cli.pl
    8 sudo ln -s `pwd`/namefix.pl /usr/bin/namefix.pl
    9 sudo ln -s `pwd`/namefix-cli.pl /usr/bin/namefix-cli.pl
   10