Skip to content

Instantly share code, notes, and snippets.

View Montellese's full-sized avatar

Sascha Montellese Montellese

View GitHub Profile
@Montellese
Montellese / prepare-addons-dev.bat
Created February 22, 2015 15:50
Prepare Kodi binary addons environment for Visual Studio
@ECHO OFF
SETLOCAL
SET EXITCODE=0
SET clean=false
SET addon=
FOR %%b in (%1, %2, %3, %4) DO (
IF %%b == clean (