@ -0,0 +1,4 @@
#!/bin/bash
find . -mindepth 1 -maxdepth 1 -type f -exec tar -cvzf 'out/{}.tgz' '{}' \;