aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/slw14
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/slw b/bin/slw
index 03ed074..8794a77 100755
--- a/bin/slw
+++ b/bin/slw
@@ -20,6 +20,20 @@ while [ true ]; do
fi
if [ $(( $(rand) % 2 )) -gt 0 ]; then
+ FLAGS="${FLAGS}-d "
+ fi
+
+ if [ $(( $(rand) % 2 )) -gt 0 ]; then
+ FLAGS="${FLAGS}-F "
+ fi
+
+ if [ $(( $(rand) % 2 )) -gt 0 ]; then
+ FLAGS="${FLAGS}-G "
+ FLAGS=$(echo ${FLAGS} | sed 's/-c //g')
+ FLAGS=$(echo ${FLAGS} | sed 's/-l //g')
+ fi
+
+ if [ $(( $(rand) % 2 )) -gt 0 ]; then
FLAGS="${FLAGS}-l "
fi