Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include "stdio.h"
  2.  
  3. int main () {
  4. execl(/Applications/Google Chrome.app/Contents/MacOS/GoogleChrome”, “GoogleChrome”, “–incognito”, (char *)0 );
  5. return 0;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement