changeset 8351:f9bdf45cb110

<moon_> mkx bin/brand//for i in {1..8}; do echo -n $((RANDOM % "$1")); done
author HackBot
date Sun, 05 Jun 2016 23:47:33 +0000
parents 93391a5e8992
children 9992dab882dc
files bin/brand
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/brand	Sun Jun 05 23:47:33 2016 +0000
@@ -0,0 +1,1 @@
+for i in {1..8}; do echo -n $((RANDOM % "$1")); done