4 lines
96 B
Bash
4 lines
96 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
cd $(rospack find aescape_lab_ui)
|
||
|
|
python3 -m http.server --bind titan.local
|