-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.sh
executable file
·2 lines (2 loc) · 939 Bytes
/
package.sh
1
2
name=CSharpEWAH_`date +%Y%m%d`.zip
cd ..;zip -9 -r -v ./csharpewah/CSharpEWAH.0.2.5-src.zip ./csharpewah/EWAH/EWAH.csproj ./csharpewah/EWAH.sln ./csharpewah/README ./csharpewah/CHANGELOG ./csharpewah/EWAH.RunTests/EWAH.RunTests.csproj ./csharpewah/EWAH.RunTests/Properties/AssemblyInfo.cs ./csharpewah/EWAH.RunTests/app.config ./csharpewah/EWAH.RunTests/example.cs ./csharpewah/EWAH.Tests/EWAH.Tests.csproj ./csharpewah/EWAH.Tests/EWAHCompressedBitmapTest.cs ./csharpewah/EWAH.Tests/Properties/AssemblyInfo.cs ./csharpewah/EWAH.Tests/app.config ./csharpewah/EWAH/BufferedRunningLengthWord.cs ./csharpewah/EWAH/EWAH.csproj ./csharpewah/EWAH/EwahCompressedBitArray.cs ./csharpewah/EWAH/EwahEnumerator.cs ./csharpewah/EWAH/PlaceHolders.cs ./csharpewah/EWAH/Properties/AssemblyInfo.cs ./csharpewah/EWAH/RunningLengthWord.cs ./csharpewah/EWAH.Tests/EWAHCompressedBitArraySerializerTest.cs ./csharpewah/EWAH/EwahCompressedBitArraySerializer.cs