source: testjobs/createpools @ 11

Last change on this file since 11 was 11, checked in by willem, 11 years ago

willem

  • Property svn:executable set to *
File size: 80 bytes
Line 
1#!/bin/bash
2for i in `seq 10` ; do
3  stopos create -p pool$i
4  echo pool$i
5done
Note: See TracBrowser for help on using the repository browser.