Files
minitor/compress_release.sh
2021-01-08 18:01:58 -05:00

4 lines
81 B
Bash
Executable File

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