Browse Source

archive

master
parent
commit
6519e4857d
  1. 4
      Script/archive_each_file_into_separate_archive

4
Script/archive_each_file_into_separate_archive

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