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