minitor-go/compress_release.sh
Ian Fijolek 3c2cae3011
Some checks failed
continuous-integration/drone/push Build is failing
Switch to ubuntu
2021-01-08 17:59:28 -05:00

4 lines
80 B
Bash
Executable File

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