Readme for subfolders

This commit is contained in:
Samuel Vasko
2013-07-09 09:51:53 +02:00
parent ef9bbdab6a
commit 36f2aa2527
6 changed files with 3 additions and 3 deletions

20
vendor/init.bat vendored Normal file
View File

@ -0,0 +1,20 @@
@echo off
:: Set prompt style
prompt $E[1;32;40m$P $_$E[1;30;40m$$ $E[0m
:: Pick right version of clink
if "%PROCESSOR_ARCHITECTURE%"=="x86" (
set architecture=86
) else (
set architecture=64
)
:: Run clink
lib\clink\clink_x%architecture%.exe inject --quiet --profile usr
:: Enhance Path
PATH=%PATH%;%CD%\bin
:: cd into users homedir
cd /d "%userprofile%"