#!/bin/bash # generates a bunch of text files; # used by Felix to test for xfs_fsr corruption. while ((1)); do echo "This is a line of text with ascii characters only text text text text text." >> output1 echo "This is a line of text with ascii characters only text text text text text." >> output2 echo "This is a line of text with ascii characters only text text text text text." >> output3 echo "This is a line of text with ascii characters only text text text text text." >> output4 echo "This is a line of text with ascii characters only text text text text text." >> output5 echo "This is a line of text with ascii characters only text text text text text." >> output6 echo "This is a line of text with ascii characters only text text text text text." >> output7 echo "This is a line of text with ascii characters only text text text text text." >> output8 echo "This is a line of text with ascii characters only text text text text text." >> output9 echo "This is a line of text with ascii characters only text text text text text." >> output10 echo "This is a line of text with ascii characters only text text text text text." >> output11 echo "This is a line of text with ascii characters only text text text text text." >> output12 echo "This is a line of text with ascii characters only text text text text text." >> output13 echo "This is a line of text with ascii characters only text text text text text." >> output14 echo "This is a line of text with ascii characters only text text text text text." >> output15 echo "This is a line of text with ascii characters only text text text text text." >> output16 echo "This is a line of text with ascii characters only text text text text text." >> output17 echo "This is a line of text with ascii characters only text text text text text." >> output18 echo "This is a line of text with ascii characters only text text text text text." >> output19 echo "This is a line of text with ascii characters only text text text text text." >> output20 echo "This is a line of text with ascii characters only text text text text text." >> output21 echo "This is a line of text with ascii characters only text text text text text." >> output22 done;