This website requires JavaScript.
Explore
Help
Sign In
alex
/
yomichan
Watch
1
Fork
0
You've already forked yomichan
Code
Releases
Activity
ea49d0a7ae
yomichan
/
build_zip.sh
5 lines
56 B
Bash
Raw
Normal View
History
Unescape
Escape
Zip deploy script
2016-05-18 23:39:27 +00:00
#!/bin/sh
ZIP
=
yomichan.zip
rm -f
$ZIP
fixing script
2017-01-28 17:41:36 +00:00
7z a
$ZIP
./ext/*
Copy Permalink