File: generate-5000.sh

package info (click to toggle)
gperf 3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,144 kB
  • sloc: exp: 23,423; ansic: 18,851; cpp: 5,957; sh: 5,300; perl: 2,118; makefile: 634
file content (2 lines) | stat: -rwxr-xr-x 96 bytes parent folder | download
1
2
#!/bin/sh
clisp -q -x '(dotimes (i 5000) (write (random 10000000000000000) :base 36) (terpri))'