Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /Volumes/Mackintosh HD/Applications/Firefox.app -p -no-remote "politics_x64"
  2.  
  3. /Volumes/Mackintosh HD/Applications/Firefox.app -p -no-remote "politics_x64"
  4.  
  5. nano ~/Desktop/Firefox_Launcher.sh
  6.  
  7. #!/usr/bin/env bash
  8.  
  9. open /Applications/Firefox.app -p -no-remote "politics_x64"
  10.  
  11. chmod 755 ~/Desktop/Firefox_Launcher.sh
  12.  
  13. ~/Desktop/Firefox_Launcher.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement