Skip to content

Instantly share code, notes, and snippets.

@fakessh
Created September 23, 2012 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fakessh/3768559 to your computer and use it in GitHub Desktop.
Save fakessh/3768559 to your computer and use it in GitHub Desktop.
virii.sh
#!/bin/sh
#virii bash, by fakessh @
echo "je suis une chaine viral"
echo "je suis une chaine porteuse"
echo "--------------------------"
echo "attention, le petit virus vas sortir"
echo "------------------- ------"
grep "MvM" $0
echo "il est sortie à l'ecran"
echo "mais il peut sortir aussi dans un fichier"
echo "par simple redirection"
for fichier in *
grep "MvM" $0 > viruss
done
echo.
echo "si vous ne me croyez pas tapez 'cat viruss'"
#fin du script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment