3 lines
64 B
Bash
3 lines
64 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
exec sed -i '0,/AI\x02/{s|AI\x02|\x00\x00\x00|}' "$1"
|