mirror of
https://github.com/godotengine/godot.git
synced 2025-03-07 23:32:58 +08:00
3 lines
59 B
Bash
3 lines
59 B
Bash
|
#!/bin/sh
|
||
|
sed -i 's/static char/static const char/g' *.xpm
|