initial commit

This commit is contained in:
Jason Swank
2024-12-31 20:31:25 -05:00
commit 8700494b9b
18 changed files with 577 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
set -o nounset
set -o errexit
cd ~/
mkdir -p .local/bin
if [[ ! -x ~/.local/bin/task ]]; then
sh -c "$(curl --silent --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
fi
~/.local/bin/task