minitor-go/compress_release.sh

4 lines
81 B
Bash
Raw Normal View History

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