4 lines
100 B
Bash
4 lines
100 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
"$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/stop-local.sh"
|