mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-24 17:43:52 +08:00
* training images * wide training guide * fixup some images * cleanup * one more * release files
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "compressing training guide images"
|
|
optipng -o7 -strip all training/* training_wide/*
|