Po co ma sie kto trudzić jeszcze raz z tym skoro mozna by takie cos dać zamiast orginalnego

#!/bin/sh

# (c) vip at linux.pl, wolf at pld-linux.org # zmiana rasiu at tlen.pl

mozilla_dziala=`/usr/bin/mozilla-bin -remote 'ping()' 2>&1 >/dev/null` if [ -n "$mozilla_dziala" ]; then /usr/bin/mozilla-bin "$1" else

if [ -z "$1" ]; then /usr/bin/mozilla-bin -remote 'xfeDoCommand (openBrowser)' else

case "$1" in # wchodzimy na odpowiendni profil skladnia mozilla -P <profil> -P) /usr/bin/mozilla-bin -P "$2" ;; -h|-help) /usr/bin/mozilla-bin -help ;; -newmail) /usr/bin/mozilla-bin -remote 'xfeDoCommand (composeMessage)' ;; -mail) /usr/bin/mozilla-bin -remote 'xfeDoCommand(openInbox)' ;; *) /usr/bin/mozilla-bin -remote "OpenUrl($1,new-tab)" esac fi

fi




__________________________________________________________ nie pytaj co inni zrobili dla pld, pomysl ile sam zrobiles



Odpowiedź listem elektroniczym