mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
be9704a768
TODO: add files to database TODO: hash folder to stick files in
9 lines
120 B
Bash
Executable file
9 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf html/nelns
|
|
WORKDIR=$(pwd)
|
|
|
|
cd ../../nelns
|
|
export CURDIR=$(pwd)
|
|
cd $WORKDIR
|
|
doxygen nelns.dox -DCURDIR
|