Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

ayoayco/weather-contours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// create folders for each archive file
find -name '*.bz2' -exec sh -c 'mkdir "${1%.*.*}"' _ {} \;

// extract to appropriate folders
find * -name '*.bz2' -exec sh -c 'tar -xf "$1" -C "${1%.*.*}"' _ {} \;

// remove archive files
rm *.bz2


About

contour archive animation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published