diff options
author | nyamatongwe <devnull@localhost> | 2000-03-08 01:36:00 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-03-08 01:36:00 +0000 |
commit | bf3d80d54d696ad123f9415dda1c6fe62c7a20cc (patch) | |
tree | 12898a1d1b9db690270b093a0182239d3aa85de6 /tgzsrc | |
download | scintilla-mirror-bf3d80d54d696ad123f9415dda1c6fe62c7a20cc.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 |