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