Sync edgetx to Gitea
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import glob
|
||||
import os
|
||||
|
||||
for f in glob.glob("*.bmp") + glob.glob("*.BMP"):
|
||||
t = f.title()
|
||||
if f != t:
|
||||
os.rename(f, t)
|
||||
Reference in New Issue
Block a user