hexa-theme/build.sh

8 lines
83 B
Bash
Executable File

#!/bin/sh
mkdir -p out
rm -f out/hexa.flex
cd src
zip ../out/hexa.flex -r *
cd ..