Advertisement
Guest User

BLACK TRIANGLE

a guest
Nov 17th, 2019
1,381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. while sleep 2
  2. do
  3.     is_device="$(lsusb | grep identiffikator_fleshki)"    
  4.  
  5.     if [ "$is_device" != "" ]; then
  6.         echo "triangle best chanel"
  7.  
  8.     else
  9.         echo "SHUHER!"
  10.         pkill -f Nazvanie_virtualki
  11.         sleep 1
  12.         veracrypt -d
  13.         shutdown -h now
  14.     fi
  15. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement