minitor-go/compress_release.sh

4 lines
80 B
Bash
Raw Normal View History

2021-01-08 22:38:55 +00:00
#! /bin/bash
find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;