minitor-go/compress_release.sh
Ian Fijolek f9c082d30f
Some checks failed
continuous-integration/drone/push Build is failing
More debugging
2021-01-08 17:56:30 -05:00

4 lines
78 B
Bash
Executable File

#! /bin/sh
find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;