Advertisement
wandrake

Untitled

Feb 27th, 2012
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. login() {
  4.     while [ 1 = 1 ]; do
  5.         /opt/scripts/unipi_login.py
  6.         touch /opt/scripts/c
  7.         sleep 10000
  8.     done
  9. }
  10.  
  11. login &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement