Compare commits

...

2 Commits

1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
#!/bin/sh
mkdir -p out
zip out/hexa.flex -r src/*
rm -f out/hexa.flex
cd src
zip ../out/hexa.flex -r *
cd ..