4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#! /bin/sh
|
|
|
|
find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;
|