mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-11-09 19:13:14 -06:00
5 lines
67 B
Bash
Executable file
5 lines
67 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -eo pipefail
|
|
|
|
make task.mk
|
|
git add task.mk
|