#!/usr/bin/env node import { crossEnv } from "../index.js"; crossEnv(process.argv.slice(2), { shell: true });