mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-12 20:47:59 +08:00
Convert the clean alias script to perl
This commit is contained in:
@ -15,7 +15,7 @@ if not ["%_temp%"] == ["%_temp2%"] (
|
||||
|
||||
echo %* >> "%CMDER_ROOT%\config\aliases"
|
||||
doskey /macrofile="%CMDER_ROOT%\config\aliases"
|
||||
lua "%CMDER_ROOT%\scripts\clean_aliases.lua"
|
||||
perl "%CMDER_ROOT%\scripts\clean_aliases.pl"
|
||||
echo Alias created
|
||||
endlocal
|
||||
goto:eof
|
||||
|
Reference in New Issue
Block a user