1#!/bin/bash
2export AVR_SDK_INSTALL_DIR=/opt/avr-gcc-12.1.0-x64-linux
3PATH=$AVR_SDK_INSTALL_DIR/bin:$PATH
4exec "$@"
5