#!/bin/bash cat > random1024.c < #include #include #define LEN 1024 int main() { unsigned char buf[LEN]; srand(time(NULL)); for (int i=0; i