7 lines
63 B
Bash
7 lines
63 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
bash build.sh "$1"
|
|
|
|
basic-http-server tmp/
|