Sha256: c7bb4664babdc84bdd5f027a177d90666af9e57ed04073a989905185891f8df9

Contents?: true

Size: 193 Bytes

Versions: 34

Compression:

Stored size: 193 Bytes

Contents

#!/usr/bin/env ruby

Alphabet = %w(y b n d r f g 8 e j k m c p q x o t 1 u w i s z a 3 4 5 h 7 6 9)

len = (ARGV.shift || "8").to_i
puts (0...len).map{ Alphabet[ rand(Alphabet.length) ] }.join

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
docker-utils-0.1.37 ./share/scripts/make-ref
docker-utils-0.1.35 ./share/scripts/make-ref
docker-utils-0.1.34 ./share/scripts/make-ref
docker-utils-0.1.33 ./share/scripts/make-ref
docker-utils-0.1.32 ./share/scripts/make-ref
docker-utils-0.1.31 ./share/scripts/make-ref
docker-utils-0.1.30 ./share/scripts/make-ref
docker-utils-0.1.29 ./share/scripts/make-ref
docker-utils-0.1.27 ./share/scripts/make-ref
docker-utils-0.1.26 ./share/scripts/make-ref
docker-utils-0.1.25 ./share/scripts/make-ref
docker-utils-0.1.24 ./share/scripts/make-ref
docker-utils-0.1.23 ./share/scripts/make-ref
docker-utils-0.1.22 ./share/scripts/make-ref
docker-utils-0.1.21 ./share/scripts/make-ref
docker-utils-0.1.20 ./share/scripts/make-ref
docker-utils-0.1.19 ./share/scripts/make-ref
docker-utils-0.1.18 ./share/scripts/make-ref
docker-utils-0.1.17 ./share/scripts/make-ref
docker-utils-0.1.16 ./share/scripts/make-ref