dotfiles/.local/share/dotfiles/extra/patch-scripts.sh

8 lines
204 B
Bash

#!/bin/sh
CURDIR="$(dirname "$0")"
. "${CURDIR}/../helpers/root_guard.sh"
cp /usr/bin/grimblast ~/.local/bin/
patch -u ~/.local/bin/grimblast -i "${CURDIR}/../files/patches/grimblast-hide-cursor.patch"