Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Add handle-task-event.sh header
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Nov 19, 2023
1 parent 4b81b31 commit 7eac1ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions handle-task-event.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#!/usr/bin/env bash
# (C) 2023–present Bartosz Sławecki (bswck)
#
# Don't ask me why, I don't know either.
#
# Usage:
# $ copier copy --trust --vcs-ref HEAD gh:bswck/skeleton project
# Later on, this script will be included in your project and run automatically within:
# $ poe sync

# shellcheck disable=SC1054,SC1073,1083

setup_task_event() {
Expand Down

0 comments on commit 7eac1ef

Please sign in to comment.