Skip to content

Instantly share code, notes, and snippets.

@lzimd
Created October 26, 2018 09:14
Show Gist options
  • Save lzimd/af493d96be925e916c100b512e7fc078 to your computer and use it in GitHub Desktop.
Save lzimd/af493d96be925e916c100b512e7fc078 to your computer and use it in GitHub Desktop.
influx.bat
@ECHO OFF
SETLOCAL
SET HOME=%~dp0
"%~dp0\influx.exe" %*
ENDLOCAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment