mirror of
https://github.com/saymrwulf/NTT-learning.git
synced 2026-07-04 03:47:35 +00:00
8 lines
145 B
Bash
Executable file
8 lines
145 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
|
|
"$SCRIPT_DIR/stop.sh"
|
|
"$SCRIPT_DIR/start.sh"
|
|
|