mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
12 lines
120 B
Bash
12 lines
120 B
Bash
#!/bin/bash
|
|
|
|
set -exu
|
|
__DIR__=$(
|
|
cd "$(dirname "$0")"
|
|
pwd
|
|
)
|
|
|
|
cd ${__DIR__}
|
|
|
|
docker exec -it static-php-cli-dev-1 sh
|