#!/usr/bin/env sh
#
#  Wrapper for Intel oneAPI ifx compiler on Microsoft Windows using win32fe as a full path compiler
#
p=`dirname $0`
${p}/win32fe ifort --use ifx $*
