+++ /dev/null
-#!/bin/bash
-
-mkdir foo
-echo foo > bar
-sync
\ No newline at end of file
+++ /dev/null
-#!/bin/bash
-
-iozone -c -e -s 1024M -r 16K -t 1 -F f1 -i 0 -i 1
-iozone -c -e -s 1024M -r 1M -t 1 -F f2 -i 0 -i 1
-iozone -c -e -s 10240M -r 1M -t 1 -F f3 -i 0 -i 1
+++ /dev/null
-#!/bin/bash
-
-wget http://ceph.newdream.net/qa/linux-2.6.33.tar.bz2
-mkdir t
-cd t
-tar jxvf ../linux*
-cd linux*
-make defconfig
-make -j`grep -c processor /proc/cpuinfo`
-cd ..
-rm -r linux*
-cd ..
-rm -r t linux*
+++ /dev/null
-#!/bin/bash
-wget http://ceph.newdream.net/qa/pjd.tgz
-tar zxvf pjd*.tgz
-cd pjd*
-make
-cd ..
-mkdir tmp
-cd tmp
-prove -r ../pjd*/tests
+++ /dev/null
-#!/bin/bash
-dbench 1
-dbench 10
+++ /dev/null
-#!/bin/bash
-
-bonnie_bin=`which bonnie++`
-[ $? -eq 1 ] && bonnie_bin=/usr/sbin/bonnie++
-
-uid_flags=""
-[ "`id -u`" == "0" ] && uid_flags="-u root"
-
-$bonnie_bin $uid_flags -n 100
--- /dev/null
+#!/bin/bash
+
+bonnie_bin=`which bonnie++`
+[ $? -eq 1 ] && bonnie_bin=/usr/sbin/bonnie++
+
+uid_flags=""
+[ "`id -u`" == "0" ] && uid_flags="-u root"
+
+$bonnie_bin $uid_flags -n 100
--- /dev/null
+#!/bin/bash
+dbench 1
+dbench 10
--- /dev/null
+#!/bin/bash
+
+iozone -c -e -s 1024M -r 16K -t 1 -F f1 -i 0 -i 1
+iozone -c -e -s 1024M -r 1M -t 1 -F f2 -i 0 -i 1
+iozone -c -e -s 10240M -r 1M -t 1 -F f3 -i 0 -i 1
--- /dev/null
+#!/bin/bash
+
+wget http://ceph.newdream.net/qa/linux-2.6.33.tar.bz2
+mkdir t
+cd t
+tar jxvf ../linux*
+cd linux*
+make defconfig
+make -j`grep -c processor /proc/cpuinfo`
+cd ..
+rm -r linux*
+cd ..
+rm -r t linux*
--- /dev/null
+#!/bin/bash
+wget http://ceph.newdream.net/qa/pjd.tgz
+tar zxvf pjd*.tgz
+cd pjd*
+make
+cd ..
+mkdir tmp
+cd tmp
+prove -r ../pjd*/tests
--- /dev/null
+#!/bin/bash
+
+mkdir foo
+echo foo > bar
+sync
\ No newline at end of file