#!/bin/sh echo "Installing for the current user" echo "Please make sure /usr/local/bin is in your PATH" /usr/bin/sudo cp distract.py /usr/local/bin/ /usr/bin/sudo cp timeout /usr/local/bin/ cp distract.service ~/.config/systemd/user/ echo "Starting distract.service" systemctl enable --now --user distract.service