mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 20:56:39 +00:00
12 lines
144 B
Batchfile
12 lines
144 B
Batchfile
![]() |
@echo off
|
||
|
|
||
|
if "%*" EQU "" (
|
||
|
echo Usage: svn_pset.bat FILE1 ...
|
||
|
goto end
|
||
|
)
|
||
|
|
||
|
svn pset svn:keywords id %*
|
||
|
svn pset svn:eol-style native %*
|
||
|
|
||
|
:end
|