mirror of
https://github.com/envmodules/modules.git
synced 2026-06-07 00:25:05 +08:00
5 lines
63 B
Bash
Executable File
5 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
# fake Windows cmd.exe command execution
|
|
shift 1
|
|
$*
|