5 lines
72 B
Bash
5 lines
72 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
(cd src && zip -r ../abisphere-cdn.zip *)
|