Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # General Perdolique Public License v2.0
- i=34
- while [[ i -lt 200 ]]; do
- let i++
- echo "#tfnzfe Плюс номер $i."
- echo "#tfnzfe Плюс номер $i." | sendxmpp -r "Perdmachine" -e psto@psto.net
- sleep 5
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement