We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be113b commit 2bf4334Copy full SHA for 2bf4334
randomSingleDigit.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash -x
2
+random=$((RANDOM))
3
+singleDigit=$((random%10))
4
+echo $singleDigit
0 commit comments