Created
August 31, 2017 08:21
-
-
Save digitalfun/666628cf4f33d8e7127397dd58a62355 to your computer and use it in GitHub Desktop.
Taskfile-bat script to initialize Taskfile-bat in a new project.
This file contains hidden or 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
@COPY "%~dp0Taskfile.template.bat" "Taskfile.bat" | |
@ECHO Taskfile initialized. | |
@ECHO Usage: Taskfile.bat ^<task^> ^<args^> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment