Archived
0
This repository has been archived on 2022-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
project-ctl/shell.sh
2022-02-17 13:05:36 +03:00

9 lines
191 B
Bash
Executable File

#!/bin/bash
# vi: set tabstop=4 shiftwidth=4 expandtab :
ROOTDIR=$(cd "$(dirname "$0")" && pwd)
cd $ROOTDIR
. ./env.sh
echo "Enter shell in $NAME container..."
docker exec -it $DKRNAME bash