5 lines
51 B
Bash
5 lines
51 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mkdir -p out
|
||
|
zip out/hexa.flex -r src/*
|