Remove tool obsoleted by RGBGFX 0.6.0

This commit is contained in:
ISSOtm
2023-11-05 17:23:30 +01:00
parent 21a66fb027
commit 22850286e5

View File

@@ -1,8 +0,0 @@
#!/usr/bin/env python3
from sys import argv
with open(argv[1], "rb") as input:
with open(argv[2], "wb") as output:
output.write(bytes((byte ^ 0x80 for byte in input.read())))