6 lines
94 B
Bash
6 lines
94 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
cd "$(cd "$(dirname "$0")/../.." && pwd)"
|
|
exec bash -l
|