mirror of
https://github.com/Cute-Dress/Dress.git
synced 2024-11-23 21:55:10 +08:00
26049bb44b
整理文件夹,按首字母分类
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
#!/usr/bin/env wolframscript
|
|
|
|
FileSystemScan[
|
|
Export[#,Import[#], IncludeMetaInformation->None]&,
|
|
DirectoryName[$InputFileName],
|
|
FileNameForms->"*.jpg"|"*.png"|"*.webp"
|
|
]
|