3 lines
42 B
Bash
3 lines
42 B
Bash
|
#!/usr/bin/env bash
|
||
|
7z a built.zip dist/*
|