6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
OWL_SECRET_KEY=test-secret-key \
|
||
|
go run owl-blogs/cmd/owl web
|