mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
cd ..
|
|
rm -f scintilla.tgz
|
|
tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.exe --exclude \*.a scintilla/* \
|
|
| gzip -c >scintilla.tgz
|