Skip to content

Instantly share code, notes, and snippets.

View wmay's full-sized avatar

Will May wmay

View GitHub Profile
@wxguy
wxguy / wgrib2_auto_compile_script.sh
Last active June 20, 2024 22:52
A small bash script to compile wgrib2 from source on Ubuntu OS...
#!/bin/bash
# License for this script is GNU 2
# A small bash script to download, compile and install latest wgrib2 from source.
# I have written this script so that I can automate the proceedure whenever I change Linux OS
# Make it executable before running the script using'chmod +x ./wgrib2_auto_compile_script.sh'
# Ensure to run the script with sudo (sudo ./wgrib2_auto_compile_script.sh) or under root environment