#!/usr/bin/env bash playbook_add() { pkg install borg playbook_sync } playbook_sync() { :; } playbook_del() { pkg uninstall borg }