Red Hat Enterprise Virtualization (RHEV), KVM, XEN, Aeolus, Open Source Linux for the Cloud Computing , High Availability Clusters and much more. Beginners or Advanced Users, it's all here for you!
Total Pageviews
Thursday, September 2, 2010
Execute the same task for n times
To execute the script 5 times using bash for loop
for i in {1..5}; do sh /mymscripts/CreateNewNode-from-vm-Template.sh ; done;
No comments:
Post a Comment