mirror of https://github.com/Nofated095/Dress.git
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"
|
||
|
]
|