Hi the network-bridge script in /etc/xen is written using what perl,python or it is simple shell script. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mark Pryor
2010-Apr-09 19:07 UTC
Re: [Xen-users] vif-script is written using which language
--- On Fri, 4/9/10, Tapas Mishra <mightydreams@gmail.com> wrote:> From: Tapas Mishra <mightydreams@gmail.com> > Subject: [Xen-users] vif-script is written using which language > To: xen-users@lists.xensource.com > Date: Friday, April 9, 2010, 11:49 AM > Hi > the network-bridge script in /etc/xen is written using > what > perl,python or it is simple shell script.Once you check the script with ''file'', go ahead and open it with a text editor. me@ga-p45:~> sudo file /etc/xen/scripts/network-bridge /etc/xen/scripts/network-bridge: Bourne-Again shell script text Yesterday I looked at vm-install - pure python with GNU license. It''s not tied to Novel at all. me@ga-p45:~> sudo file /usr/bin/vm-install /usr/bin/vm-install: python script text executable This script makes it possible to do PV guest installs, when no other tools will do it. -- Mark _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users