This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
mame
mirror of
https://github.com/mamedev/mame.git
Watch
1
Star
0
Fork
You've already forked mame
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cdtv_subcode
mame
/
3rdparty
/
zstd
/
tests
/
cli-tests
/
file-stat
/
compress-stdin-to-file.sh
9 lines
98 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
set
-e
datagen > file
zstd < file -q --trace-file-stat -o file.zst
zstd -tq file.zst
Reference in New Issue
View Git Blame
Copy Permalink