0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-21 21:23:08 -05:00
LibreWolf/scripts/disable-patch.sh
2023-11-04 13:16:20 +01:00

8 lines
124 B
Bash
Executable file

#!/usr/bin/bash
if [ -z "$1" ]; then
echo "Usage: $0 <patchfile>"
exit 1
fi
sed -i "\#${1/./\.}#d" assets/patches.txt