#!/bin/bash
script=$1
shift
exec bash <(tr -d '\r' < "$script") "$@"
