taskfiles/bootstrap/bootstrap-ubuntu
2024-12-31 20:31:25 -05:00

15 lines
234 B
Bash

#!/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