blob: 931a71941dd613bc43d5d93893d2abf4ce955079 [file] [log] [blame] [edit]
#!/bin/bash
for i in {0..100}; do
echo $RANDOM;
done