minitor-go/compress_release.sh

4 lines
78 B
Bash
Raw Normal View History

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