5 lines
51 B
Text
5 lines
51 B
Text
|
#!/usr/bin/env sh
|
||
|
|
||
|
(cd dist; zip -r ../pkg.zip .)
|
||
|
|