diff options
author | nyamatongwe <unknown> | 2000-03-08 01:36:00 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-03-08 01:36:00 +0000 |
commit | 8eba2a95b6aa25489c28eabfcd54e0389de78899 (patch) | |
tree | 12898a1d1b9db690270b093a0182239d3aa85de6 /tgzsrc | |
download | scintilla-mirror-8eba2a95b6aa25489c28eabfcd54e0389de78899.tar.gz |
Initial revision
Diffstat (limited to 'tgzsrc')
-rw-r--r-- | tgzsrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +cd .. +rm -f scintilla.zip +tar --create scintilla/* \ + --exclude=*.o --exclude=*.obj --exclude=*.dll --exclude=*.exe --exclude=*.a \ + | gzip -c >scintilla.tgz |