make_noise.sh 67 B

123
  1. #!/bin/bash
  2. rm -f noise
  3. dd if=/dev/urandom bs=1M count=10 of=noise