#!/bin/bash mkdir -p ~/.local/bin if [[ ! -f ~/.local/bin/task ]]; then cp task ~/.local/bin fi if [[ ! -f /etc/bash_completion.d/task.bash ]]; then sudo cp task.bash /etc/bash_completion.d/task.bash fi