summary refs log tree commit diff stats
path: root/install.bat.template
blob: f49c898cc43d32882cfb7d44d931e297927adc0b (plain) (blame)
1
2
3
4
5
6
if not "%1"=="" (
	./koch install %1
) else (
	./koch install
)