changeset 8349:98283bd0eb9b

<moon_> mkx bin/binrand//for i in {1..8}; do echo -n $((RANDOM % 2)); done
author HackBot
date Sun, 05 Jun 2016 23:45:54 +0000
parents 74bf237657ef
children 93391a5e8992
files bin/binrand
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/binrand	Sun Jun 05 23:45:54 2016 +0000
@@ -0,0 +1,1 @@
+for i in {1..8}; do echo -n $((RANDOM % 2)); done