4 lines
35 B
Bash
Executable File
4 lines
35 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker exec -it $1 $2
|