4 lines
93 B
Bash
4 lines
93 B
Bash
|
#!/bin/bash
|
||
|
cd ~/projects/meanas
|
||
|
pdoc3 --html --force --template-dir pdoc_templates -o doc .
|