Files
minitor/compress_release.sh
2021-01-08 17:56:30 -05:00

4 lines
78 B
Bash
Executable File

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