$ echo -e '#!/usr/bin/env -S perl\r\nprint "Foo!\\n";' > foo.pl $ ./foo.pl Foo! $