Created
October 26, 2018 09:14
-
-
Save lzimd/af493d96be925e916c100b512e7fc078 to your computer and use it in GitHub Desktop.
influx.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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