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