/[pxelator]/lib/PXElator/browser.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /lib/PXElator/browser.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 390 - (show annotations)
Mon Sep 7 21:34:05 2009 UTC (14 years, 7 months ago) by dpavlin
File size: 184 byte(s)
implement multiple daemons startup using something like:

wget -O /dev/null --max-redirect=0 http://172.16.10.1:7777/start_stop/kvm?nr=1

1 package browser;
2
3 sub start {
4 my $url = $ENV{url};
5 exec "google-chrome $url http://localhost:5984/_utils/database.html?pxelator";
6 exec "/etc/alternatives/x-www-browser $url";
7 }
8
9 1;

  ViewVC Help
Powered by ViewVC 1.1.26