cmd.exe (modules-5.1.1.tar.bz2) | : | cmd.exe (modules-5.2.0.tar.bz2) | ||
---|---|---|---|---|
#!/bin/sh | #!/bin/sh | |||
# fake Windows cmd.exe command execution | # fake Windows cmd.exe command execution | |||
shift 1 | shift 1 | |||
# shellcheck disable=2048 # word expansion from string expected | ||||
$* | $* | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |