minitor-go/compress_release.sh

4 lines
81 B
Bash
Executable File

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