7 lines
48 B
Bash
7 lines
48 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
echo "1234" > file
|
|
zstd file
|