#!/bin/sh
if [ "x$1" != "x" ]; then
	/home/data/srctmp/firefox/firefox-last/firefox -no-remote -P $1 &
fi

