minitor-go/compress_release.sh
Ian Fijolek f6a9199f25
Some checks failed
continuous-integration/drone/push Build is failing
Change exec find
2021-01-08 18:01:58 -05:00

4 lines
81 B
Bash
Executable File

#! /bin/bash
find ./dist -type f -executable -execdir tar -czvf {}.tar.gz {} \;