mirror of
https://github.com/moparisthebest/mail
synced 2025-02-10 20:20:17 -05:00
11 lines
143 B
Bash
11 lines
143 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
# go to root
|
||
|
cd `dirname $0`
|
||
|
cd ..
|
||
|
|
||
|
DIR=release/cca
|
||
|
|
||
|
rm -rf $DIR
|
||
|
mkdir -p $DIR
|
||
|
cca create $DIR/Whiteout --link-to=dist/manifest.json
|