8 lines
66 B
Bash
8 lines
66 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
datagen > file
|
|
datagen > file0
|
|
datagen > file1
|