mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 07:19:08 +00:00
6 lines
141 B
Bash
6 lines
141 B
Bash
|
#!/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/
|