Skip to content

Instantly share code, notes, and snippets.

View SkunovDen's full-sized avatar
🏠
Working from home

Skunov Den SkunovDen

🏠
Working from home
  • FFE
  • Rostov-on-Don | Moscow | Stockholm
  • 11:38 (UTC +02:00)
View GitHub Profile
@SkunovDen
SkunovDen / wgrib2_auto_compile_script.sh
Created October 7, 2025 08:18 — forked from wxguy/wgrib2_auto_compile_script.sh
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