libreccm-legacy/tools-legacy/scripts/bin/make-source.cmd

6 lines
63 B
Batchfile
Executable File

@echo off
setlocal
perl %~dp0\make-source %*
endlocal
:endFile