Files
old-lab_ui/scripts/webserver.sh

4 lines
82 B
Bash
Raw Normal View History

2019-02-28 14:53:15 -05:00
#!/usr/bin/env bash
cd $(rospack find aescape_lab_ui)
2019-04-26 15:18:10 -04:00
python3 -m http.server 8000