mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 21:36:21 +03:00
7 lines
65 B
Bash
7 lines
65 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
set -x
|
|
|
|
datagen -g4200MB | lz4 -v3BD | lz4 -qt
|