random.sh now returns random code

This commit is contained in:
2022-11-16 16:30:52 +01:00
parent 6bc58187c9
commit 98149b2754

View File

@@ -2,4 +2,4 @@
# return a random number between 0 and 2
echo $(( $RANDOM % 3 ))
exit $(( $RANDOM % 3 ))