minitor-go/compress_release.sh

4 lines
78 B
Bash
Executable File

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