Advertisement
Guest User

Untitled

a guest
Apr 14th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. root@blackbox:/usr/bin# v firefox*
  2. -rwxr-xr-x 1 root root 113 apr 8 10:12 firefox
  3. lrwxrwxrwx 1 root root 30 mar 8 03:14 firefox-esr -> ../lib/firefox-esr/firefox-esr
  4. lrwxrwxrwx 1 root root 22 mar 8 17:54 firefox-new -> ../lib/firefox/firefox
  5. -rwxr-xr-x 1 root root 113 aug 3 2016 firefox.SAVE_ORIGINAL
  6. root@blackbox:/usr/bin# cat firefox
  7. #!/bin/sh
  8.  
  9. FIREFOX="$(which firefox)"
  10. [ -x "$FIREFOX.real" ] && exec "$FIREFOX.real" "$@"
  11.  
  12. exec firefox-new "$@"
  13. root@blackbox:/usr/bin#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement