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