meeboview 412 B

12345678910111213
  1. #!/bin/sh
  2. if [ -e /usr/local/bin/bareview ];then
  3. export MOZ_DISABLE_PANGO=1
  4. /usr/local/bin/bareview http://www.meebo.com/ &
  5. # -placement top
  6. # /usr/X11R7/bin/yaf-splash -timeout 6 -font "8x16" -outline 0 -margin 4 -bg orange -text "Connecting to meebo.com, please wait..."
  7. yaf-splash -timeout 6 -bg orange -text "Connecting to meebo.com, please wait..."
  8. exit
  9. fi
  10. exec defaultbrowser http://www.meebo.com/