7 lines
56 B
Bash
7 lines
56 B
Bash
![]() |
#!/bin/bash
|
||
|
set -eu
|
||
|
|
||
|
./build.sh
|
||
|
|
||
|
open "docs/index.html"
|