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