Skip to content
View lboulard's full-sized avatar
💭
Be patient. I enjoy real world.
💭
Be patient. I enjoy real world.
  • Versailles, France

Block or report lboulard

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. vim-win32-build vim-win32-build Public

    Build yourself GVim/Vim for Windows

    C 7

  2. _deploy _deploy Public

    Semi scripted (re)installation of my Windows setup

    Batchfile

  3. recipes-ps1 recipes-ps1 Public

    Scripts and files for download and installation of a few software packages

    PowerShell

  4. p command to manage path in cmd.exe p command to manage path in cmd.exe
    1
    @ECHO OFF
    2
    
                  
    3
    VERIFY OTHER 2>nul
    4
    SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
    5
    IF ERRORLEVEL 1 ECHO *** Unable to enable extensions
  5. Run ash/busybox shell script inside ... Run ash/busybox shell script inside dos batch file
    1
    :<<"::EOF"
    2
    @busybox sh "%~f0"
    3
    @EXIT /B
    4
    ::EOF
    5