Ian Fijolek
e7353bb8df
Some checks reported errors
continuous-integration/drone/push Build encountered an error
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 {} \;
|