repo.or.cz
/
krufty_fps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Trying to move the view.
[krufty_fps.git]
/
demo
/
update_zip.sh
blob
4ccfce3951070b54c127fe08c85ec891fe496c1b
1
#!/bin/bash
2
3
cd
pack_out
/
4
zip
-r
..
/
pack
/
pack.
zip
.
/*
5
cd
..
6
7
#cd new_pack_out/
8
#zip ../pack/sample_pack_contents.zip ./*
9
#cd ..
10
11
#cd a_map/
12
#zip -r ../pack/a_map.zip ./*
13
#cd ..
14
15
# end