#!/bin/bash while ($true) do cat /dev/urandom >> /tmp/random & done