Last active
November 17, 2017 16:32
-
-
Save digitalfun/b773c8984c8c6c4410e699fcd3075c2a to your computer and use it in GitHub Desktop.
Taskfile-bat script to initialize Taskfile-bat in your project. (This requires CURL and will download the template from github)
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
@curl -so Taskfile.bat https://gist.githubusercontent.com/digitalfun/da780fdb2cc6262febe854e451e13d55/raw/b0214216858a9e68583bf043a7db0611b40f838a/%255BTaskfile-bat%255D%2520Taskfile.template.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