8 lines
149 B
Bash
Executable File
8 lines
149 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/_common.sh"
|
|
|
|
bash scripts/stop.sh
|
|
bash scripts/start.sh
|