7 lines
70 B
Bash
7 lines
70 B
Bash
#!/usr/bin/env sh
|
|
|
|
pushd src/robot_controller/
|
|
doxygen
|
|
popd
|
|
make html
|