libreccm-legacy/tools-legacy/bundle/bin/hostinit-bundle.cmd

6 lines
67 B
Batchfile
Executable File

@echo off
setlocal
perl %~dp0\hostinit-bundle %*
endlocal
:endFile