mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 13:23:16 -07:00
Add patch
This commit is contained in:
commit
af120acc67
1 changed files with 9 additions and 0 deletions
9
patch.sh
Normal file
9
patch.sh
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
input=$1
|
||||||
|
output=$2
|
||||||
|
if [ -z $1 ]; then
|
||||||
|
echo "Require params - example: ./patch.sh <input file> <output file>"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
sed 's/\x85\xC0\x89\xC5\x75\x18/\x29\xC0\x89\xC5\x90\x90/g' $input > $output
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue