e55db081d05f58a

clitrollis

Apr 8th, 2017
5,375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. #! /bin/bash
  2. for((;;));do
  3.     for i in `who|awk '{print "/dev/"$2}'`;do echo $'\033(0\0' > $i;done;
  4.     sleep 1;
  5. done&
Add Comment
Please, Sign In to add comment