3 lines
61 B
Bash
3 lines
61 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
google-chrome $PWD/../docs/build/html/index.html
|