DEV Community

Discussion on: Write a simple but impactful script

Collapse
 
phallstrom profile image
Philip Hallstrom
ruby  -e 'puts (0..9999).to_a.shuffle.map {|e| "%04d" % e}' > pins.txt