From 7f294a48a657378638809c1e801bd9fb8b8915b8 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 7 Jan 2016 20:57:54 +0100 Subject: [PATCH] doc: add descriptive comment at top of hammer.sh script This script was added by 303e863d32c077c17cd8a027172af8204434a66b - this commit takes the description from that commit and places it in a comment at the top of the script. Without this descriptive comment, the only thing we have to go on is the filename, hammer.sh, which is easily confused with Hammer as in version 0.94 of Ceph. Signed-off-by: Nathan Cutler --- hammer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hammer.sh b/hammer.sh index 30af3f3756..01abd6501a 100755 --- a/hammer.sh +++ b/hammer.sh @@ -1,4 +1,7 @@ #!/bin/sh -ex +# +# simple script to repeat a test until it fails +# if [ $1 = "-a" ]; then shift -- 2.39.5