6 lines
56 B
Bash
Executable file
6 lines
56 B
Bash
Executable file
#!/bin/bash
|
|
set -eu
|
|
|
|
./build.sh
|
|
|
|
open "docs/index.html"
|