Skip to content

Instantly share code, notes, and snippets.

@digitalfun
Last active November 17, 2017 16:32
Show Gist options
  • Save digitalfun/b773c8984c8c6c4410e699fcd3075c2a to your computer and use it in GitHub Desktop.
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)
@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