mirror of
https://github.com/openeggbert/speedy-blupi-games.git
synced 2025-03-25 16:47:47 +01:00
Updated README.md
This commit is contained in:
parent
6ffdedca46
commit
e3517f8ce4
@ -2,3 +2,7 @@
|
|||||||
|
|
||||||
select count(*),lower(name), HASH_SUM_VALUE from file group by HASH_SUM_VALUE, lower(name)
|
select count(*),lower(name), HASH_SUM_VALUE from file group by HASH_SUM_VALUE, lower(name)
|
||||||
|
|
||||||
|
## How to convert BMP to PNG on Linux
|
||||||
|
|
||||||
|
for file in *.bmp; do convert "$file" "${file%.bmp}".png; done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user