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