mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
4 lines
160 B
Text
4 lines
160 B
Text
cd ..
|
|
rm -f scintilla.tgz
|
|
tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.exe --exclude \*.a scintilla/* \
|
|
| gzip -c >scintilla.tgz
|