mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
2 lines
59 B
Bash
Executable file
2 lines
59 B
Bash
Executable file
#!/bin/sh
|
|
sed -i 's/static char/static const char/g' *.xpm
|