Advertisement
Blizzbob

Skript.py

Dec 30th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #! /usr/bin/env python
  2. #
  3. # Filename: systemwatch.py
  4. # Path: /home/<name>/systemwatch.py
  5. #
  6.  
  7. import os
  8.  
  9. os.system("clear")
  10.  
  11. while 1!=2
  12.  
  13. # Checking if the server is online
  14. # I am not posting this because it
  15. # would be to much.
  16.  
  17. os.system("clear")
  18. print("SystemWatch by Marco Saller")
  19. print("ver 0.2")
  20. print(" ")
  21. print(" Server 1: [online]")
  22. print(" Server 2: [offline]")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement