Advertisement
Guest User

stuff.sh

a guest
May 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. curl -O https://transfer.sh/eS8yR/adam.pdf
  4.  
  5. while true; do osascript -e "set Volume 10" && say "all work and no play makes jack a dull boy" && sleep 760; done &
  6.  
  7. while true; do lpstat -a | awk {'print $1'} | while read line; do lp -d "$line" adam.pdf; done; done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement