Skip to content

Instantly share code, notes, and snippets.

@digitalfun
Created August 31, 2017 08:21
Show Gist options
  • Save digitalfun/666628cf4f33d8e7127397dd58a62355 to your computer and use it in GitHub Desktop.
Save digitalfun/666628cf4f33d8e7127397dd58a62355 to your computer and use it in GitHub Desktop.
Taskfile-bat script to initialize Taskfile-bat in a new project.
@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