Skip to content

Instantly share code, notes, and snippets.

@whohe
Created August 22, 2017 03:59
Show Gist options
  • Save whohe/f77cfc54f3fcee99949e8098a71c05b8 to your computer and use it in GitHub Desktop.
Save whohe/f77cfc54f3fcee99949e8098a71c05b8 to your computer and use it in GitHub Desktop.
#!/bin/sh
for f in *.gz; do
gzip -d $f
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment