mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-12-16 06:18:43 +00:00
11298004e9
- Adding new actions for guild missions - Adding the guild option for some actions - Adding the nb_guild_members_needed option for the objectives
5 lines
141 B
Bash
Executable file
5 lines
141 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -f html/download/neldox.zip
|
|
zip -9 -q -r neldox.zip html/nel html/nelns html/tool html/index.html
|
|
mv neldox.zip html/download/
|