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