Skip to content
Snippets Groups Projects
Commit 5102d35e authored by Erich Eckner's avatar Erich Eckner
Browse files

falsisign.sh: make rotation selection less cumbersome

parent 3ff24f0c
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ do
else
if [ -z "${FIXED_ROTATION+x}" ]
then
ROTATION=$(shuf -n 1 -e '-' '')$(shuf -n 1 -e $(seq 0 .1 2))
ROTATION=$(seq -2 .1 2 | shuf -n 1)
else
ROTATION="${FIXED_ROTATION}"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment