cube.cc:
* Create an object, move this object.
* don't try to re-create an object of a fixed size...
committer: Markus Bröker <mbroeker@largo.homelinux.org>
#!/bin/bashfor i in {1..1000};do ./client & if [ $? == 0 ]; then printf "Starting process\n"; fidone;